From 6f75603c90a5a6f629ae4258b25bf6c4d5e8263d Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 8 Dec 2024 22:54:37 -0600 Subject: [PATCH] ignore unreachable hosts --- linux/dhclient.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/dhclient.yml b/linux/dhclient.yml index ffce4ca..eee8184 100644 --- a/linux/dhclient.yml +++ b/linux/dhclient.yml @@ -4,6 +4,7 @@ - hosts: all gather_facts: yes become: yes + ignore_unreachable: true tasks: - name: Configure dhclient to use the MAC address of the system instead of Client ID.