|
@@ -42,7 +42,7 @@ repoquery_installed: "{{ (ansible_pkg_mgr == 'dnf') | ternary('dnf repoquery --l
|
|
|
|
|
|
openshift_use_crio: False
|
|
|
openshift_use_crio_only: False
|
|
|
-openshift_crio_enable_docker_gc: True
|
|
|
+openshift_crio_enable_docker_gc: False
|
|
|
openshift_crio_var_sock: "unix:///var/run/crio/crio.sock"
|
|
|
openshift_crio_pause_image: "{{ l_os_registry_url | regex_replace('${component}' | regex_escape, 'pod') }}"
|
|
|
openshift_container_cli: "{{ openshift_use_crio | bool | ternary('crictl', 'docker') }}"
|