diff options
| author | Andrew Butcher <abutcher@redhat.com> | 2017-05-30 12:37:57 -0400 |
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2017-05-30 12:37:57 -0400 |
| commit | 80bbdb0d32462b44701dae5b96d529bcdaa02d9b (patch) | |
| tree | eeca62c21f0a190cc57d5941aa5a46d10c7c9164 /playbooks/byo/openshift-cluster | |
| parent | 240b923c95e04e9467c607c502c857dd86d14179 (diff) | |
Skip router/registry cert redeploy when openshift_hosted_manage_{router,registry}=false
Diffstat (limited to 'playbooks/byo/openshift-cluster')
| -rw-r--r-- | playbooks/byo/openshift-cluster/redeploy-certificates.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/redeploy-certificates.yml b/playbooks/byo/openshift-cluster/redeploy-certificates.yml index 012ce69ec..a3894e243 100644 --- a/playbooks/byo/openshift-cluster/redeploy-certificates.yml +++ b/playbooks/byo/openshift-cluster/redeploy-certificates.yml @@ -20,5 +20,7 @@ - include: ../../common/openshift-node/restart.yml - include: ../../common/openshift-cluster/redeploy-certificates/router.yml + when: openshift_hosted_manage_router | default(true) | bool - include: ../../common/openshift-cluster/redeploy-certificates/registry.yml + when: openshift_hosted_manage_registry | default(true) | bool |
