summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-05-26 13:16:43 -0400
committerScott Dodson <sdodson@redhat.com>2017-05-26 13:51:21 -0400
commitcbe4e4f25bb82527dc0a9e9bb42fd672aa573f65 (patch)
treec0eb462f79b179f85a98b279fc09e8bc59476cfb /roles
parentdaed7a1106093f6a43b43db57c3aedd76b8d84d4 (diff)
downloadopenshift-cbe4e4f25bb82527dc0a9e9bb42fd672aa573f65.tar.gz
openshift-cbe4e4f25bb82527dc0a9e9bb42fd672aa573f65.tar.bz2
openshift-cbe4e4f25bb82527dc0a9e9bb42fd672aa573f65.tar.xz
openshift-cbe4e4f25bb82527dc0a9e9bb42fd672aa573f65.zip
bool
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_hosted/tasks/router/router.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_hosted/tasks/router/router.yml b/roles/openshift_hosted/tasks/router/router.yml
index e75e3b16f..192afc87a 100644
--- a/roles/openshift_hosted/tasks/router/router.yml
+++ b/roles/openshift_hosted/tasks/router/router.yml
@@ -37,7 +37,7 @@
cafile: "{{ openshift_master_config_dir ~ '/ca.crt' }}"
# End Block
- when: openshift_hosted_router_create_certificate
+ when: openshift_hosted_router_create_certificate | bool
- name: Get the certificate contents for router
copy:
@@ -46,7 +46,7 @@
src: "{{ item }}"
with_items: "{{ openshift_hosted_routers | oo_collect(attribute='certificate') |
oo_select_keys_from_list(['keyfile', 'certfile', 'cafile']) }}"
- when: not openshift_hosted_router_create_certificate
+ when: not openshift_hosted_router_create_certificate | bool
- name: Create the router service account(s)
oc_serviceaccount: