mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
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:
parent
f928696b5d
commit
b7594070b3
2 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue