mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Try to provoke a python2.6 bug to prove we've fixed it
This commit is contained in:
parent
f2d37fba30
commit
af4d6105a5
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ 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).
|
||||
|
|
Loading…
Reference in a new issue