summaryrefslogtreecommitdiff
path: root/test/integration/targets/template_jinja2_non_native/runme.sh
blob: c02d6b33cf402c0dc63d93ca7f6f85a4e46cff5d (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -eux

export ANSIBLE_JINJA2_NATIVE=1
ansible-playbook 46169.yml -v "$@"
python -m pip install "Jinja2>=3.1.0"
ansible-playbook macro_override.yml -v "$@"
unset ANSIBLE_JINJA2_NATIVE