Commit d83648bb by Toshio Kuratomi

Add test for python2.6 json bug to its own file

parent 91f9d849
......@@ -22,6 +22,9 @@
- debug: var=some_registered_var
- name: Verify that we workaround a py26 json bug
template: src=py26json.j2 dest={{output_dir}}/py26json.templated mode=0644
- name: fill in a basic template
template: src=foo.j2 dest={{output_dir}}/foo.templated mode=0644
register: template_result
......
Provoke a python2.6 json bug
{{ hostvars | to_nice_json }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment