diff options
author | mail_redacted_for_web | 2022-03-29 17:57:01 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-29 17:57:01 +0200 |
commit | fc259050a60a55719e26872763134494d288a502 (patch) | |
tree | 8b788cc5a9c07c6a983419e0a070c4d7dc6f0f34 /patch.yml | |
parent | 88fb9021c70fbe9f19f5115535fdaedbc7f38329 (diff) | |
download | ansible-fc259050a60a55719e26872763134494d288a502.tar.bz2 |
force reboot command for servers e.g. with molly-guard
Diffstat (limited to 'patch.yml')
-rw-r--r-- | patch.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -305,4 +305,5 @@ reboot_timeout: 300 pre_reboot_delay: 5 test_command: uptime + reboot_command: "/bin/systemctl reboot" become: true |