Browse Source

Merge pull request #10177 from sjenning/fix-crio-path

remove unix prefix from crio path
OpenShift Merge Robot 6 years ago
parent
commit
ac7c9a11f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_facts/defaults/main.yml

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

@@ -48,7 +48,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: False
-openshift_crio_var_sock: "unix:///var/run/crio/crio.sock"
+openshift_crio_var_sock: "/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') }}"
 openshift_crio_docker_gc_node_selector: