summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2017-08-09 16:12:59 -0400
committerAndrew Butcher <abutcher@redhat.com>2017-08-09 16:12:59 -0400
commit497329204b06b04f9b9c5f963e7872c6462d3298 (patch)
treebe537de3a60f250ddcaf964c8a86447504854f2a /playbooks
parent6528031d5ec24d62ffe28687bb134bc1237f0210 (diff)
downloadopenshift-497329204b06b04f9b9c5f963e7872c6462d3298.tar.gz
openshift-497329204b06b04f9b9c5f963e7872c6462d3298.tar.bz2
openshift-497329204b06b04f9b9c5f963e7872c6462d3298.tar.xz
openshift-497329204b06b04f9b9c5f963e7872c6462d3298.zip
Remove additional 'restart master' handler references.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/enable_dnsmasq.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/enable_dnsmasq.yml b/playbooks/common/openshift-cluster/enable_dnsmasq.yml
index 5425f448f..50351588f 100644
--- a/playbooks/common/openshift-cluster/enable_dnsmasq.yml
+++ b/playbooks/common/openshift-cluster/enable_dnsmasq.yml
@@ -37,7 +37,7 @@
dest: "{{ openshift.common.config_base }}/master/master-config.yaml"
yaml_key: dnsConfig.bindAddress
yaml_value: "{{ openshift.master.bind_addr }}:{{ openshift.master.dns_port }}"
- notify: restart master
+ notify: restart master api
- meta: flush_handlers
- name: Configure nodes for dnsmasq