summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-06-14 09:19:27 -0400
committerRussell Teague <rteague@redhat.com>2017-06-14 09:19:27 -0400
commit8e3ddd2418659a79344dfb609e26d663122e1294 (patch)
tree235e4668ca32f0d62c47d70e0db5f6d00f206325 /playbooks
parent8603fb127a9e871e491362ad550377971b8d4979 (diff)
downloadopenshift-8e3ddd2418659a79344dfb609e26d663122e1294.tar.gz
openshift-8e3ddd2418659a79344dfb609e26d663122e1294.tar.bz2
openshift-8e3ddd2418659a79344dfb609e26d663122e1294.tar.xz
openshift-8e3ddd2418659a79344dfb609e26d663122e1294.zip
Remove invalid when: from vars:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-node/config.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index acebabc91..501ba4273 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/playbooks/common/openshift-node/config.yml
@@ -47,8 +47,7 @@
| union(groups['oo_etcd_to_config'] | default([])))
| oo_collect('openshift.common.hostname') | default([]) | join (',')
}}"
- when: "{{ (openshift_http_proxy is defined or openshift_https_proxy is defined) and
- openshift_generate_no_proxy_hosts | default(True) | bool }}"
+
roles:
- role: openshift_node
openshift_ca_host: "{{ groups.oo_first_master.0 }}"
@@ -64,8 +63,6 @@
| union(groups['oo_etcd_to_config'] | default([])))
| oo_collect('openshift.common.hostname') | default([]) | join (',')
}}"
- when: "{{ (openshift_http_proxy is defined or openshift_https_proxy is defined) and
- openshift_generate_no_proxy_hosts | default(True) | bool }}"
roles:
- role: openshift_node
openshift_ca_host: "{{ groups.oo_first_master.0 }}"