summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/path_with_comma_in_inventory/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/path_with_comma_in_inventory/runme.sh')
-rwxr-xr-xtest/integration/targets/path_with_comma_in_inventory/runme.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/path_with_comma_in_inventory/runme.sh b/test/integration/targets/path_with_comma_in_inventory/runme.sh
new file mode 100755
index 0000000..833e2ac
--- /dev/null
+++ b/test/integration/targets/path_with_comma_in_inventory/runme.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -ux
+
+ansible-playbook -i this,path,has,commas/hosts playbook.yml -v "$@"