From 80bbdb0d32462b44701dae5b96d529bcdaa02d9b Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Tue, 30 May 2017 12:37:57 -0400 Subject: Skip router/registry cert redeploy when openshift_hosted_manage_{router,registry}=false --- playbooks/byo/openshift-cluster/redeploy-certificates.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'playbooks/byo') 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 -- cgit v1.2.3