mirror of https://github.com/ansible/ansible.git
Fix conditional inheritance on dynamic includes (tasks and roles) (#30178)
Per the new style of execution, for dynamic tasks conditionals are expected
to only affect the include task itself and should not be inherited by child
tasks. This patch brings the behavior inline with this expectation.
Fixes #27845
(cherry picked from commit b38f746604)
pull/30299/head
parent
869abfa541
commit
6e766c032a
Loading…
Reference in New Issue