mirror of https://github.com/ansible/ansible.git
avoid hostvars which is not a dict
parent
857d74a274
commit
104b8a9a7b
@ -1,2 +1,2 @@
|
||||
Provoke a python2.6 json bug
|
||||
{{ hostvars | to_nice_json }}
|
||||
{{ hostvars[inventory_hostname] | to_nice_json }}
|
||||
|
Loading…
Reference in New Issue