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.