win_reboot: display message before rebooting (#19986)

Show a message to users when rebooting the system.

TODO: Look if this message is logged in the EventLog properly, if not,
fix that :-)
This commit is contained in:
Dag Wieers 2017-01-10 22:59:39 +01:00 committed by Matt Davis
commit b7594070b3
2 changed files with 8 additions and 2 deletions

View file

@ -53,6 +53,10 @@ options:
description:
- Command to expect success for to determine the machine is ready for management
default: whoami
msg:
description:
- Message to display to users
default: Reboot initiated by Ansible
author:
- Matt Davis (@nitzmahone)
'''