summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/test_tags.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/roles_arg_spec/test_tags.yml')
-rw-r--r--test/integration/targets/roles_arg_spec/test_tags.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/roles_arg_spec/test_tags.yml b/test/integration/targets/roles_arg_spec/test_tags.yml
new file mode 100644
index 0000000..b4ea188
--- /dev/null
+++ b/test/integration/targets/roles_arg_spec/test_tags.yml
@@ -0,0 +1,11 @@
+---
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - name: "Tag test #1"
+ import_role:
+ name: a
+ vars:
+ a_str: "tag test #1"
+ tags:
+ - foo