ignore unreachable hosts

This commit is contained in:
iRaven 2024-12-08 22:54:37 -06:00
parent 08849e4266
commit 6f75603c90

View File

@ -4,6 +4,7 @@
- hosts: all - hosts: all
gather_facts: yes gather_facts: yes
become: yes become: yes
ignore_unreachable: true
tasks: tasks:
- name: Configure dhclient to use the MAC address of the system instead of Client ID. - name: Configure dhclient to use the MAC address of the system instead of Client ID.