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