mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-18 05:01:21 -03:30
Fix wrong path for dhclient.conf on RedHat/CentOS
/etc/dhclient.conf is ignored on RedHat/CentOS Correct location is /etc/dhcp/dhclient.conf
This commit is contained in:
parent
114ab5e4e6
commit
a9684648ab
@ -43,7 +43,7 @@
|
||||
|
||||
- name: target dhclient conf/hook files for Red Hat family
|
||||
set_fact:
|
||||
dhclientconffile: /etc/dhclient.conf
|
||||
dhclientconffile: /etc/dhcp/dhclient.conf
|
||||
dhclienthookfile: /etc/dhcp/dhclient.d/zdnsupdate.sh
|
||||
when: ansible_os_family == "RedHat"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user