소스 검색

Merge pull request #5915 from sdodson/bz1507061

Automatic merge from submit-queue.

Correctly install cockpit

Seems this was changed inadvertantly in #5378 
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1507061
OpenShift Merge Robot 7 년 전
부모
커밋
f4724095b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-master/additional_config.yml

+ 1 - 1
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'