summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/playbook/empty_hosts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/playbook/empty_hosts.yml')
-rw-r--r--test/integration/targets/playbook/empty_hosts.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/playbook/empty_hosts.yml b/test/integration/targets/playbook/empty_hosts.yml
new file mode 100644
index 0000000..c9493c0
--- /dev/null
+++ b/test/integration/targets/playbook/empty_hosts.yml
@@ -0,0 +1,4 @@
+- hosts: []
+ tasks:
+ - debug:
+ msg: does not run