diff options
author | Russell Teague <rteague@redhat.com> | 2017-06-14 09:19:27 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-06-14 09:19:27 -0400 |
commit | 8e3ddd2418659a79344dfb609e26d663122e1294 (patch) | |
tree | 235e4668ca32f0d62c47d70e0db5f6d00f206325 /playbooks/common | |
parent | 8603fb127a9e871e491362ad550377971b8d4979 (diff) | |
download | openshift-8e3ddd2418659a79344dfb609e26d663122e1294.tar.gz openshift-8e3ddd2418659a79344dfb609e26d663122e1294.tar.bz2 openshift-8e3ddd2418659a79344dfb609e26d663122e1294.tar.xz openshift-8e3ddd2418659a79344dfb609e26d663122e1294.zip |
Remove invalid when: from vars:
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 5 |
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 }}" |