소스 검색

Correctly install cockpit

Seems this was changed inadvertantly in #5378
Scott Dodson 7 년 전
부모
커밋
041cfa8252
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'