mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
win_reboot - Fix rc validation when using psrp and add extra docs (#53711)
* win_reboot - Fix rc validation when using psrp and add extra docs * Revert boot time command and fix docs
This commit is contained in:
parent
495c197770
commit
3d23e47c53
3 changed files with 9 additions and 2 deletions
|
@ -65,6 +65,10 @@ notes:
|
|||
- If a shutdown was already scheduled on the system, C(win_reboot) will abort the scheduled shutdown and enforce its own shutdown.
|
||||
- Beware that when C(win_reboot) returns, the Windows system may not have settled yet and some base services could be in limbo.
|
||||
This can result in unexpected behavior. Check the examples for ways to mitigate this.
|
||||
- The connection user must have the C(SeRemoteShutdownPrivilege) privilege enabled, see
|
||||
U(https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/force-shutdown-from-a-remote-system)
|
||||
for more information.
|
||||
some Windows hosts.
|
||||
seealso:
|
||||
- module: reboot
|
||||
author:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue