Przeglądaj źródła

Bug 1323123 - upgrade failed to containerized OSE on RHEL Host without ose3.2 repo

Brenton Leanhardt 9 lat temu
rodzic
commit
cca99e30e9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/openshift_facts/tasks/main.yml

+ 1 - 1
roles/openshift_facts/tasks/main.yml

@@ -15,7 +15,7 @@
 - set_fact:
 - set_fact:
     l_is_atomic: "{{ ostree_output.rc == 0 }}"
     l_is_atomic: "{{ ostree_output.rc == 0 }}"
 - set_fact:
 - set_fact:
-    l_is_containerized: "{{ l_is_atomic or containerized | default(false) | bool }}"
+    l_is_containerized: "{{ (l_is_atomic | bool) or (containerized | default(false) | bool) }}"
 
 
 - name: Ensure PyYaml is installed
 - name: Ensure PyYaml is installed
   action: "{{ ansible_pkg_mgr }} name=PyYAML state=present"
   action: "{{ ansible_pkg_mgr }} name=PyYAML state=present"