Merge pull request #755 from kubernetes-incubator/fix_dhclientconf_path

Fix wrong path for dhclient.conf on RedHat/CentOS
This commit is contained in:
Bogdan Dobrelya 2016-12-15 19:08:31 +01:00 committed by GitHub
commit 0e2329b59e

View file

@ -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"