delay update

This commit is contained in:
L3D 2021-12-20 22:55:07 +01:00
parent 3026ccda41
commit 27cf9f9b77
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -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