Skip to content

schrom/ansible-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example for https://stackoverflow.com/q/70667861/2217962

  • run ansible-playbook playbook.yml
  • check generated output.txt

This is what I get as output.txt on my machine:

This

{'foo': 'var_value'}

or this

{'foo': 'var_value'}


should be exactly

{"foo":"var_value"}


and never

{'foo': 'var_value'}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages