Merge pull request #767 from kubernetes-incubator/revert-755-fix_dhclientconf_path

Revert "Fix wrong path for dhclient.conf on RedHat/CentOS"
This commit is contained in:
Bogdan Dobrelya 2016-12-16 15:50:06 +01:00 committed by GitHub
commit ea874899c7

View file

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