diff --git a/test/integration/roles/test_filters/templates/py26json.j2 b/test/integration/roles/test_filters/templates/py26json.j2 index b87d3c8090b..dba62ad17c7 100644 --- a/test/integration/roles/test_filters/templates/py26json.j2 +++ b/test/integration/roles/test_filters/templates/py26json.j2 @@ -1,2 +1,2 @@ Provoke a python2.6 json bug -{{ hostvars | to_nice_json }} +{{ hostvars[inventory_hostname] | to_nice_json }}