mirror of https://github.com/ansible/ansible.git
[stable-2.18] - script fix become on Windows (#85077)
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.pull/85090/head
parent
9b89ff86a4
commit
59e2ddcae0
@ -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