ignore unreachable hosts

This commit is contained in:
iRaven 2024-12-08 22:53:16 -06:00
parent 1690fe30a2
commit 08849e4266

View File

@ -4,6 +4,7 @@
- hosts: all
gather_facts: yes
become: yes
ignore_unreachable: true
tasks:
- name: Update apt repo package lists