mirror of https://github.com/ansible/ansible.git
Remove unnecessary role initialization and lookup stuff
* Remove unnecessary copying of values from parents to role deps, as
this can cause problems when roles have multiple parents (or the same
parents with different params speficied through deps)
* Since we're already checking the dep chain in the block for role
things (which every task in a role should have), it is not necessary
to check the role directly in case it improperly grabs something
Fixes #14438
(cherry picked from commit 3e4755f7e4
)
pull/16447/head
parent
e877ea7f2b
commit
eeba5e2c3e
Loading…
Reference in New Issue