summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-03-01 15:52:53 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-03-01 15:52:53 -0500
commite62a4bf341637bc26503a9ba5246afb9b016ea36 (patch)
treec896e8e43f6daca9ea401e81662854391af1fc5d /roles/openshift_hosted
parent2a0f716a79829292d61096a0f93c5add1445be68 (diff)
downloadopenshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.tar.gz
openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.tar.bz2
openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.tar.xz
openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.zip
removing extra when condition
Diffstat (limited to 'roles/openshift_hosted')
-rw-r--r--roles/openshift_hosted/tasks/registry/secure.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_hosted/tasks/registry/secure.yml b/roles/openshift_hosted/tasks/registry/secure.yml
index 90b11f438..bd513b943 100644
--- a/roles/openshift_hosted/tasks/registry/secure.yml
+++ b/roles/openshift_hosted/tasks/registry/secure.yml
@@ -10,7 +10,6 @@
src: "{{ item.value }}"
when: item.key in ['certfile', 'keyfile', 'cafile'] and item.value is not None
with_dict: "{{ openshift_hosted_registry_routecertificates }}"
- when: openshift_hosted_registry_routecertificates
# When certificates are defined we will create the reencrypt
# docker-registry route