1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

The test template output is compared against an expected output.  Since
hostvars contains information specific to the host it runs on we can't
test the python2.6 bug this way.

This reverts commit af4d6105a5.
This commit is contained in:
Toshio Kuratomi 2015-01-12 10:16:59 -08:00
parent af4d6105a5
commit 91f9d84930

View file

@ -17,9 +17,6 @@ Dumping the same structure to YAML, but don't pretty print
{{ 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
filters are shortcuts to ask if those tasks produced changes, failed,
succeeded, or skipped (as one might guess).