소스 검색

Default openshift_is_atomic to false for openshift_repos.

Kenny Woodson 6 년 전
부모
커밋
cd846191e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_repos/tasks/main.yaml

+ 1 - 1
roles/openshift_repos/tasks/main.yaml

@@ -1,6 +1,6 @@
 ---
 
-- when: not openshift_is_atomic
+- when: not (openshift_is_atomic | default(False))
   block:
   # TODO: This needs to be removed and placed into a role
   - name: Ensure libselinux-python is installed