summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/parsing/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/parsing/runme.sh')
-rwxr-xr-xtest/integration/targets/parsing/runme.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/parsing/runme.sh b/test/integration/targets/parsing/runme.sh
new file mode 100755
index 0000000..022ce4c
--- /dev/null
+++ b/test/integration/targets/parsing/runme.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+set -eux
+
+ansible-playbook bad_parsing.yml -i ../../inventory -vvv "$@" --tags prepare,common,scenario5
+ansible-playbook good_parsing.yml -i ../../inventory -v "$@"