Cross-reference win_reboot and reboot (#44784)

This commit is contained in:
Dag Wieers 2018-08-28 23:10:25 +02:00 committed by Sam Doran
commit 7d51b2a6d2
2 changed files with 7 additions and 4 deletions

View file

@ -60,6 +60,7 @@ options:
default: Reboot initiated by Ansible
notes:
- If a shutdown was already scheduled on the system, C(win_reboot) will abort the scheduled shutdown and enforce its own shutdown.
- For non-Windows targets, use the M(reboot) module instead.
author:
- Matt Davis (@nitzmahone)
'''