This commit is contained in:
root 2022-09-04 18:15:34 +02:00
commit b43a81f321

5
tasks/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: reboot in 1 minute
command: "shutdown -r +1"
# vim: set tabstop=2 shiftwidth=2 expandtab smarttab: