summaryrefslogtreecommitdiff
path: root/test/integration/targets/template_jinja2_latest/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/template_jinja2_latest/runme.sh')
-rwxr-xr-xtest/integration/targets/template_jinja2_latest/runme.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/targets/template_jinja2_latest/runme.sh b/test/integration/targets/template_jinja2_latest/runme.sh
index 3c705e19a0..8704c5eac2 100755
--- a/test/integration/targets/template_jinja2_latest/runme.sh
+++ b/test/integration/targets/template_jinja2_latest/runme.sh
@@ -16,6 +16,9 @@ virtualenv --system-site-packages --python "${PYTHON}" "${MYTMPDIR}/jinja2"
source "${MYTMPDIR}/jinja2/bin/activate"
+curl https://bootstrap.pypa.io/get-pip.py > "${MYTMPDIR}/get-pip.py"
+python "${MYTMPDIR}/get-pip.py"
+
pip install -U jinja2
ansible-playbook -i ../../inventory main.yml -e @../../integration_config.yml -v "$@"