mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Ensure handlers have proper parent (#39426)
* Ensure role handlers are parented correctly. Fixes #36518 * Add delegate_to test for include_role handlers
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
- name: delegated assert handler
|
||||
assert:
|
||||
that:
|
||||
- ansible_delegated_vars is defined
|
||||
@@ -0,0 +1,3 @@
|
||||
- command: "true"
|
||||
notify:
|
||||
- delegated assert handler
|
||||
Reference in New Issue
Block a user