Skip to content
Snippets Groups Projects
Commit ea874899 authored by Bogdan Dobrelya's avatar Bogdan Dobrelya Committed by GitHub
Browse files

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

Revert "Fix wrong path for dhclient.conf on RedHat/CentOS"
parents 92f54293 e2476fbd
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment