mirror of https://github.com/ansible/ansible.git
Fixing role dependency chain creation
The dep chain for roles created during the compile step had bugs, in which the dep chain was overwriten and the original tasks in the role were not assigned a dep chain. This lead to problems in determining whether roles had already run when in a "diamond" structure, and in some cases roles were not correctly getting variables from parents. Fixes #14046pull/13849/merge
parent
abecb520ad
commit
fb797a9e77
Loading…
Reference in New Issue