summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-10-13 13:14:13 -0400
committerJason DeTiberus <jdetiber@redhat.com>2016-10-13 13:14:13 -0400
commit9a64840fc11bd466502ae18e556f322447b11781 (patch)
tree049c0810580c74040009afc70b353df0f73e85a8 /playbooks
parent131bcdcd7ee5c3191c748beb7aad8d45c4477b98 (diff)
downloadopenshift-9a64840fc11bd466502ae18e556f322447b11781.tar.gz
openshift-9a64840fc11bd466502ae18e556f322447b11781.tar.bz2
openshift-9a64840fc11bd466502ae18e556f322447b11781.tar.xz
openshift-9a64840fc11bd466502ae18e556f322447b11781.zip
update handling of use_dnsmasq
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-node/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index 364a62dd0..5191662f7 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/playbooks/common/openshift-node/config.yml
@@ -67,7 +67,7 @@
openshift_ca_host: "{{ groups.oo_first_master.0 }}"
- role: openshift_cloud_provider
- role: openshift_node_dnsmasq
- when: openshift.common.use_dnsmasq
+ when: openshift.common.use_dnsmasq | bool
- role: os_firewall
os_firewall_allow:
- service: Kubernetes kubelet
@@ -106,7 +106,7 @@
openshift_ca_host: "{{ groups.oo_first_master.0 }}"
- role: openshift_cloud_provider
- role: openshift_node_dnsmasq
- when: openshift.common.use_dnsmasq
+ when: openshift.common.use_dnsmasq | bool
- role: os_firewall
os_firewall_allow:
- service: Kubernetes kubelet