瀏覽代碼

Merge pull request #9305 from kwoodson/default_is_atomic

Default openshift_is_atomic to false for openshift_repos.
Kenny Woodson 6 年之前
父節點
當前提交
9a7db49162
共有 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