|
@ -43,7 +43,7 @@ |
|
|
|
|
|
|
|
|
- name: target dhclient conf/hook files for Red Hat family |
|
|
- name: target dhclient conf/hook files for Red Hat family |
|
|
set_fact: |
|
|
set_fact: |
|
|
dhclientconffile: /etc/dhcp/dhclient.conf |
|
|
|
|
|
|
|
|
dhclientconffile: /etc/dhclient.conf |
|
|
dhclienthookfile: /etc/dhcp/dhclient.d/zdnsupdate.sh |
|
|
dhclienthookfile: /etc/dhcp/dhclient.d/zdnsupdate.sh |
|
|
when: ansible_os_family == "RedHat" |
|
|
when: ansible_os_family == "RedHat" |
|
|
|
|
|
|
|
|