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

set -eux

ansible-playbook test_include_file_noop.yml -i inventory "$@"

ansible-playbook task_action_templating.yml -i inventory "$@"

ansible-playbook task_templated_run_once.yml -i inventory "$@"