avoid hostvars which is not a dict

pull/12083/head
Brian Coca 9 years ago
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…
Cancel
Save