git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-29 17:57:01 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-29 17:57:01 +0200
commitfc259050a60a55719e26872763134494d288a502 (patch)
tree8b788cc5a9c07c6a983419e0a070c4d7dc6f0f34
parent88fb9021c70fbe9f19f5115535fdaedbc7f38329 (diff)
downloadansible-fc259050a60a55719e26872763134494d288a502.tar.bz2
force reboot command for servers e.g. with molly-guard
-rw-r--r--patch.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch.yml b/patch.yml
index fec2aa7..7fde63e 100644
--- a/patch.yml
+++ b/patch.yml
@@ -305,4 +305,5 @@
reboot_timeout: 300
pre_reboot_delay: 5
test_command: uptime
+ reboot_command: "/bin/systemctl reboot"
become: true