summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-master/private/additional_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openshift-master/private/additional_config.yml')
-rw-r--r--playbooks/openshift-master/private/additional_config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/openshift-master/private/additional_config.yml b/playbooks/openshift-master/private/additional_config.yml
index a90cd6b22..85be0e600 100644
--- a/playbooks/openshift-master/private/additional_config.yml
+++ b/playbooks/openshift-master/private/additional_config.yml
@@ -30,8 +30,8 @@
when: openshift_use_manageiq | default(true) | bool
- role: cockpit
when:
- - not openshift.common.is_atomic | bool
- - deployment_type == 'openshift-enterprise'
+ - not openshift_is_atomic | bool
+ - openshift_deployment_type == 'openshift-enterprise'
- osm_use_cockpit is undefined or osm_use_cockpit | bool
- openshift.common.deployment_subtype != 'registry'
- role: flannel_register