diff options
Diffstat (limited to 'playbooks')
| -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 | 
