summaryrefslogtreecommitdiff
path: root/test/integration/targets/debug/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/debug/runme.sh')
-rwxr-xr-xtest/integration/targets/debug/runme.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/debug/runme.sh b/test/integration/targets/debug/runme.sh
index 4ff4e299a7..5ccb1bfda6 100755
--- a/test/integration/targets/debug/runme.sh
+++ b/test/integration/targets/debug/runme.sh
@@ -9,3 +9,9 @@ for i in 1 2 3; do
grep "ok: \[localhost\] => (item=$i)" out
grep "\"item\": $i" out
done
+
+ansible-playbook main_fqcn.yml -i ../../inventory | tee out
+for i in 1 2 3; do
+ grep "ok: \[localhost\] => (item=$i)" out
+ grep "\"item\": $i" out
+done