From 041cfa825275ab9e03c58bdf8899254fbbc9f1e1 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Fri, 27 Oct 2017 11:03:10 -0400 Subject: Correctly install cockpit Seems this was changed inadvertantly in #5378 --- playbooks/common/openshift-master/additional_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/common/openshift-master/additional_config.yml') diff --git a/playbooks/common/openshift-master/additional_config.yml b/playbooks/common/openshift-master/additional_config.yml index e1472ce38..350557f19 100644 --- a/playbooks/common/openshift-master/additional_config.yml +++ b/playbooks/common/openshift-master/additional_config.yml @@ -28,7 +28,7 @@ when: openshift_use_manageiq | default(true) | bool - role: cockpit when: - - openshift.common.is_atomic + - not openshift.common.is_atomic | bool - deployment_type == 'openshift-enterprise' - osm_use_cockpit is undefined or osm_use_cockpit | bool - openshift.common.deployment_subtype != 'registry' -- cgit v1.2.3