summaryrefslogtreecommitdiff
path: root/test/samples/included_playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/included_playbook.yml')
-rw-r--r--test/samples/included_playbook.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/samples/included_playbook.yml b/test/samples/included_playbook.yml
deleted file mode 100644
index d56e9c68f7..0000000000
--- a/test/samples/included_playbook.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tags:
- - included
- tasks:
- - debug: msg="incuded playbook, variable is {{a}}"