summaryrefslogtreecommitdiff
path: root/test/samples/test_role.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/test_role.yml')
-rw-r--r--test/samples/test_role.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/samples/test_role.yml b/test/samples/test_role.yml
deleted file mode 100644
index a5ca620c54..0000000000
--- a/test/samples/test_role.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- vars:
- foo: "BAD!!"
- roles:
- - { role: test_role, foo: bar }
- tasks:
- - debug: msg="done"