diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-01 10:09:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-01 10:09:10 -0500 |
commit | 7aaeae708369300d770d8282a9cd74a4db775aa0 (patch) | |
tree | 1b9a0323eafddec356261459d2b591baa466c7d2 | |
parent | f74ac82fcd618b01b9893771284259021db36534 (diff) | |
parent | 80bbdb0d32462b44701dae5b96d529bcdaa02d9b (diff) | |
download | openshift-7aaeae708369300d770d8282a9cd74a4db775aa0.tar.gz openshift-7aaeae708369300d770d8282a9cd74a4db775aa0.tar.bz2 openshift-7aaeae708369300d770d8282a9cd74a4db775aa0.tar.xz openshift-7aaeae708369300d770d8282a9cd74a4db775aa0.zip |
Merge pull request #4311 from abutcher/skip-router-registry-cert-redeploy
Merged by openshift-bot
-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 |