Updated Docs to clarify how 'become' is handled (#60006)
This commit is contained in:
parent
2cca9176a7
commit
d5a02fb3c8
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ options:
|
||||||
notes:
|
notes:
|
||||||
- C(win_updates) must be run by a user with membership in the local Administrators group.
|
- C(win_updates) must be run by a user with membership in the local Administrators group.
|
||||||
- C(win_updates) will use the default update service configured for the machine (Windows Update, Microsoft Update, WSUS, etc).
|
- C(win_updates) will use the default update service configured for the machine (Windows Update, Microsoft Update, WSUS, etc).
|
||||||
|
- C(win_updates) will I(become) SYSTEM using I(runas) unless C(use_scheduled_task) is C(yes)
|
||||||
- By default C(win_updates) does not manage reboots, but will signal when a
|
- By default C(win_updates) does not manage reboots, but will signal when a
|
||||||
reboot is required with the I(reboot_required) return value, as of Ansible v2.5
|
reboot is required with the I(reboot_required) return value, as of Ansible v2.5
|
||||||
C(reboot) can be used to reboot the host if required in the one task.
|
C(reboot) can be used to reboot the host if required in the one task.
|
||||||
|
|
Loading…
Reference in a new issue