diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-08-11 14:07:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-11 14:07:44 -0400 |
commit | be7e7308764eebdc30ec14d5dfaa49faa7f41d6d (patch) | |
tree | 69be7fb207d2769fc1398149d4a9e4c259f11963 /playbooks/common/openshift-cluster | |
parent | e92887433366a212abd1388f0daea7cf1d576292 (diff) | |
parent | 497329204b06b04f9b9c5f963e7872c6462d3298 (diff) | |
download | openshift-be7e7308764eebdc30ec14d5dfaa49faa7f41d6d.tar.gz openshift-be7e7308764eebdc30ec14d5dfaa49faa7f41d6d.tar.bz2 openshift-be7e7308764eebdc30ec14d5dfaa49faa7f41d6d.tar.xz openshift-be7e7308764eebdc30ec14d5dfaa49faa7f41d6d.zip |
Merge pull request #5046 from abutcher/rm-old-mode-units
Remove additional 'restart master' handler references.
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/enable_dnsmasq.yml | 2 |
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 |