You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/groupby_filter/runme.sh

14 lines
251 B
Bash

#!/usr/bin/env bash
set -eux
source virtualenv.sh
pip install -U jinja2==2.9.4
ansible-playbook -i ../../inventory test_jinja2_groupby.yml -v "$@"
pip install -U "jinja2<2.9.0"
ansible-playbook -i ../../inventory test_jinja2_groupby.yml -v "$@"