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

set -o nounset -o errexit -o xtrace

ansible-playbook -i inventory "play.yml" -v "$@"