Commit af4d6105 by Toshio Kuratomi

Try to provoke a python2.6 bug to prove we've fixed it

parent f2d37fba
...@@ -17,6 +17,9 @@ Dumping the same structure to YAML, but don't pretty print ...@@ -17,6 +17,9 @@ Dumping the same structure to YAML, but don't pretty print
{{ some_structure | to_yaml }} {{ some_structure | to_yaml }}
Dumping hostvars to JSON (exercising a python-2.6 bug)
{{ hostvars | to_nice_json }}
From a recorded task, the changed, failed, success, and skipped From a recorded task, the changed, failed, success, and skipped
filters are shortcuts to ask if those tasks produced changes, failed, filters are shortcuts to ask if those tasks produced changes, failed,
succeeded, or skipped (as one might guess). succeeded, or skipped (as one might guess).
......
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