summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_block_as_handler-import.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/handlers/test_block_as_handler-import.yml')
-rw-r--r--test/integration/targets/handlers/test_block_as_handler-import.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/handlers/test_block_as_handler-import.yml b/test/integration/targets/handlers/test_block_as_handler-import.yml
new file mode 100644
index 0000000..ad6bb0d
--- /dev/null
+++ b/test/integration/targets/handlers/test_block_as_handler-import.yml
@@ -0,0 +1,7 @@
+- hosts: localhost
+ gather_facts: false
+ tasks:
+ - debug:
+ handlers:
+ - name: handler
+ import_tasks: test_block_as_handler-include_import-handlers.yml