Browse Source

current

master
parent
commit
e964047d41
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/main.yml

+ 1
- 1
tasks/main.yml View File

@@ -1,7 +1,7 @@
---

- name: reboot
command: shutdown -r 30
command: shutdown --no-wall -r +1
async: 0
poll: 0
ignore_errors: true


Loading…
Cancel
Save