mirror of https://github.com/ansible/ansible.git
Don't re-inject become* variables as it causes problems when templating is involved
Prior to 75b6f61
, we strictly limited variables we re-injected. After that
patch however, we re-injected everything which causes problems under certain
circumstances. For now, we'll continue to filter out some properties of
PlayContext for re-injection.
Fixes #14352
pull/14618/head
parent
283532e11d
commit
078ebb0dec
Loading…
Reference in New Issue