summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/noexec/test-noexec.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/noexec/test-noexec.yml')
-rw-r--r--test/integration/targets/noexec/test-noexec.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/noexec/test-noexec.yml b/test/integration/targets/noexec/test-noexec.yml
new file mode 100644
index 0000000..3c7d756
--- /dev/null
+++ b/test/integration/targets/noexec/test-noexec.yml
@@ -0,0 +1,8 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - ping:
+
+ - command: sleep 1
+ async: 2
+ poll: 1