Browse Source

Merge pull request #755 from kubernetes-incubator/fix_dhclientconf_path

Fix wrong path for dhclient.conf on RedHat/CentOS
pull/764/head
Bogdan Dobrelya 7 years ago
committed by GitHub
parent
commit
0e2329b59e
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/set_resolv_facts.yml

2
roles/kubernetes/preinstall/tasks/set_resolv_facts.yml

@ -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…
Cancel
Save