community.general/test/integration/targets/error_from_connection/runme.sh

6 lines
107 B
Bash
Executable File

#!/usr/bin/env bash
set -o nounset -o errexit -o xtrace
ansible-playbook -i inventory "play.yml" -v "$@"