avoid hostvars which is not a dict
This commit is contained in:
parent
857d74a274
commit
104b8a9a7b
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
Provoke a python2.6 json bug
|
Provoke a python2.6 json bug
|
||||||
{{ hostvars | to_nice_json }}
|
{{ hostvars[inventory_hostname] | to_nice_json }}
|
||||||
|
|
Loading…
Reference in a new issue