summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/include_import/handler_addressing/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/include_import/handler_addressing/playbook.yml')
-rw-r--r--test/integration/targets/include_import/handler_addressing/playbook.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/include_import/handler_addressing/playbook.yml b/test/integration/targets/include_import/handler_addressing/playbook.yml
new file mode 100644
index 0000000..7515dc9
--- /dev/null
+++ b/test/integration/targets/include_import/handler_addressing/playbook.yml
@@ -0,0 +1,11 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - import_role:
+ name: include_handler_test
+
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - import_role:
+ name: import_handler_test