mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
avoid hostvars which is not a dict
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Provoke a python2.6 json bug
|
||||
{{ hostvars | to_nice_json }}
|
||||
{{ hostvars[inventory_hostname] | to_nice_json }}
|
||||
|
||||
Reference in New Issue
Block a user