Removed async from reboot playbook and set it to delay reboot for 5 seconds
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
become_method: sudo
|
||||
|
||||
tasks:
|
||||
- name: Wait for VPN host to be ready after reboot
|
||||
ansible.builtin.wait_for_connection:
|
||||
delay: 5
|
||||
timeout: 300
|
||||
|
||||
- name: Update Pi-hole
|
||||
ansible.builtin.shell: pihole -up
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user