Kaynağa Gözat

Merge pull request #9305 from kwoodson/default_is_atomic

Default openshift_is_atomic to false for openshift_repos.
Kenny Woodson 6 yıl önce
ebeveyn
işleme
9a7db49162
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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