commit b43a81f3215df648428f5f4309626761dff6108b Author: root Date: Sun Sep 4 18:15:34 2022 +0200 v220904 diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..96248b8 --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,5 @@ +--- +- name: reboot in 1 minute + command: "shutdown -r +1" + +# vim: set tabstop=2 shiftwidth=2 expandtab smarttab: