Fix filter_mathstuff integration test.

pull/77095/head
Matt Clay 4 years ago
parent 582d3b1488
commit 2a1aabed33

@ -11,7 +11,7 @@ source virtualenv.sh
# Install Jinja < 2.10 since we want to test the fallback to Ansible's custom
# unique filter. Jinja < 2.10 does not have do_unique so we will trigger the
# fallback.
pip install 'jinja2 < 2.10'
pip install 'jinja2 < 2.10' 'markupsafe < 2.1'
# Run the playbook again in the venv with Jinja < 2.10
ansible-playbook runme.yml "$@"

Loading…
Cancel
Save