parent
commit
53e0f499d1
1 ha cambiato i file con 0 aggiunte e 10 eliminazioni
  1. +0
    -10
      tasks/main.yml~

+ 0
- 10
tasks/main.yml~ Vedi File

@@ -1,10 +0,0 @@
---

- name: reboot
command: shutdown -r 1
async: 0
poll: 0
ignore_errors: true

- name: wait for server
local_action: wait_for host={{ ansible_host | default(inventory_hostname) }} port=22 search_regex=OpenSSH delay={{ reboot_delay | default(60) }} state=started

Loading…
Annulla
Salva