Explorar o código

Merge pull request #9305 from kwoodson/default_is_atomic

Default openshift_is_atomic to false for openshift_repos.
Kenny Woodson %!s(int64=7) %!d(string=hai) anos
pai
achega
9a7db49162
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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