mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00: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:
@@ -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)
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user