summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/template/runme.sh')
-rwxr-xr-xtest/integration/targets/template/runme.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/targets/template/runme.sh b/test/integration/targets/template/runme.sh
index e8141104be..b37467a271 100755
--- a/test/integration/targets/template/runme.sh
+++ b/test/integration/targets/template/runme.sh
@@ -55,3 +55,5 @@ do
ANSIBLE_CONFIG="./${badcfg}.cfg" ansible-config dump --only-changed
done
+# ensure we picle hostvarscorrectly with native https://github.com/ansible/ansible/issues/83503
+ANSIBLE_JINJA2_NATIVE=1 ansible -m debug -a "msg={{ groups.all | map('extract', hostvars) }}" -i testhost, all -c local -v "$@"