Browse Source

Merge pull request #8409 from openshift/revert-8345-node-dnsmasq-required

Revert "Install node-dnsmasq configuration file"
Scott Dodson 6 years ago
parent
commit
48518bbc76
1 changed files with 0 additions and 6 deletions
  1. 0 6
      roles/openshift_node/tasks/dnsmasq.yml

+ 0 - 6
roles/openshift_node/tasks/dnsmasq.yml

@@ -5,12 +5,6 @@
     dest: /etc/dnsmasq.d/origin-dns.conf
   notify: restart dnsmasq
 
-- name: Install node-dnsmasq configuration
-  template:
-    src: node-dnsmasq.conf.j2
-    dest: /etc/dnsmasq.d/node-dnsmasq.conf
-  notify: restart dnsmasq
-
 - name: Deploy additional dnsmasq.conf
   template:
     src: "{{ openshift_node_dnsmasq_additional_config_file }}"