summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml')
-rw-r--r--test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml b/test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml
new file mode 100644
index 0000000..6c79569
--- /dev/null
+++ b/test/integration/targets/roles_arg_spec/test_play_level_role_fails.yml
@@ -0,0 +1,5 @@
+---
+- hosts: localhost
+ gather_facts: false
+ roles:
+ - { role: a, invalid_str: "roles" }