mirror of https://github.com/ansible/ansible.git
Fixes become when using script on Windows and the become options were
set through host vars or sources that was not set on the task directives
itself.
(cherry picked from commit 59e2ddcae0)
pull/85135/head
parent
1cad5dc47a
commit
bc955df46c
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
script - Fix up become support for Windows scripts when become was set through host variables and not on the task
|
||||
directly - https://github.com/ansible/ansible/issues/85076
|
||||
Loading…
Reference in New Issue