diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-27 11:03:10 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-10-27 11:04:39 -0400 |
commit | 041cfa825275ab9e03c58bdf8899254fbbc9f1e1 (patch) | |
tree | 24a5bfd58c3405713482b9c1d3e5010b3110114b | |
parent | 34f6e3e2543ab961bcded8cbc7e531a7bbf5b02c (diff) | |
download | openshift-041cfa825275ab9e03c58bdf8899254fbbc9f1e1.tar.gz openshift-041cfa825275ab9e03c58bdf8899254fbbc9f1e1.tar.bz2 openshift-041cfa825275ab9e03c58bdf8899254fbbc9f1e1.tar.xz openshift-041cfa825275ab9e03c58bdf8899254fbbc9f1e1.zip |
Correctly install cockpit
Seems this was changed inadvertantly in #5378
-rw-r--r-- | playbooks/common/openshift-master/additional_config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |