summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_ca
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_etcd_ca')
-rw-r--r--roles/openshift_etcd_ca/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_etcd_ca/meta/main.yml b/roles/openshift_etcd_ca/meta/main.yml
index d73d27356..f1d669d6b 100644
--- a/roles/openshift_etcd_ca/meta/main.yml
+++ b/roles/openshift_etcd_ca/meta/main.yml
@@ -15,3 +15,4 @@ galaxy_info:
dependencies:
- role: openshift_etcd_facts
- role: etcd_ca
+ when: (etcd_ca_setup | default(True) | bool)