summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/play_iterator/runme.sh
blob: 9f30d9e7a2f5f06303076e8bd13b8a7e474a3e53 (plain)
1
2
3
4
5
#!/usr/bin/env bash

set -eux

ansible-playbook playbook.yml --start-at-task 'task 2' "$@"