mirror of https://github.com/ansible/ansible.git
Fixes #80459
(cherry picked from commit 98f1627817)
pull/81632/head
parent
ebe6c7e1c3
commit
caf8cdbe91
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- include_role - expose variables from parent roles to role's handlers (https://github.com/ansible/ansible/issues/80459)
|
||||
@ -0,0 +1 @@
|
||||
v: foo
|
||||
@ -0,0 +1,2 @@
|
||||
- include_role:
|
||||
name: r2-dep_chain-vars
|
||||
@ -0,0 +1,4 @@
|
||||
- name: h
|
||||
assert:
|
||||
that:
|
||||
- v is defined
|
||||
@ -0,0 +1,2 @@
|
||||
- command: echo
|
||||
notify: h
|
||||
Loading…
Reference in New Issue