summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/special_vars_hosts/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/special_vars_hosts/runme.sh')
-rwxr-xr-xtest/integration/targets/special_vars_hosts/runme.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/special_vars_hosts/runme.sh b/test/integration/targets/special_vars_hosts/runme.sh
new file mode 100755
index 0000000..81c1d9b
--- /dev/null
+++ b/test/integration/targets/special_vars_hosts/runme.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+set -eux
+
+ansible-playbook -i ./inventory playbook.yml "$@" | tee out.txt
+grep 'unreachable=2' out.txt
+grep 'failed=2' out.txt