delay update
This commit is contained in:
parent
3026ccda41
commit
27cf9f9b77
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
name: "{{ inventory_hostname }}"
|
||||
register: res
|
||||
|
||||
- name: Reboot
|
||||
- name: host is rebooting in 15 sec!!
|
||||
ansible.windows.win_reboot:
|
||||
re_reboot_delay: 15
|
||||
when: res.reboot_required
|
||||
|
|
Loading…
Reference in a new issue