ignore unreachable hosts

This commit is contained in:
iRaven 2024-12-08 22:52:25 -06:00
parent d7354c291e
commit 1690fe30a2

View File

@ -3,6 +3,7 @@
- hosts: all
gather_facts: yes
# become: yes
ignore_unreachable: true
tasks:
- name: Download and install critical, security, and def updates and then reboot after