diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-03-01 15:52:53 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-03-01 15:52:53 -0500 |
commit | e62a4bf341637bc26503a9ba5246afb9b016ea36 (patch) | |
tree | c896e8e43f6daca9ea401e81662854391af1fc5d /roles | |
parent | 2a0f716a79829292d61096a0f93c5add1445be68 (diff) | |
download | openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.tar.gz openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.tar.bz2 openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.tar.xz openshift-e62a4bf341637bc26503a9ba5246afb9b016ea36.zip |
removing extra when condition
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_hosted/tasks/registry/secure.yml | 1 |
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 |