1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-09 03:58:59 +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:
Matt Martz 2018-04-27 12:03:57 -05:00 committed by GitHub
parent 85b42a6f68
commit 7db5ce2c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,4 @@
- name: delegated assert handler
assert:
that:
- ansible_delegated_vars is defined

View file

@ -0,0 +1,3 @@
- command: "true"
notify:
- delegated assert handler