|
@@ -17,5 +17,4 @@ system_openshift_cli_image: "{{ (system_images_registry == 'docker') | ternary('
|
|
|
openshift_use_crio_only: False
|
|
|
openshift_crio_use_rpm: False
|
|
|
|
|
|
-l_is_system_container_image: "{{ openshift_use_master_system_container | default(openshift_use_system_containers | default(False)) | bool }}"
|
|
|
-l_use_cli_atomic_image: "{{ (openshift_use_crio_only | bool and not openshift_crio_use_rpm | bool) or (l_is_system_container_image | bool) }}"
|
|
|
+l_use_cli_atomic_image: "{{ (openshift_use_crio_only | bool and not openshift_crio_use_rpm | bool) }}"
|