mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 12:33:59 -07:00
tests: check that handlers are able to use 'include'
This commit is contained in:
parent
2ac12432ef
commit
3edac76e1b
5 changed files with 27 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
- include: handlers.yml
|
|
@ -0,0 +1,4 @@
|
|||
- name: 'main task'
|
||||
debug: msg='main task'
|
||||
changed_when: True
|
||||
notify: test handler
|
Loading…
Add table
Add a link
Reference in a new issue