mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-12 03:47:38 -02:30
Fix ansible task titles (#5154)
* Fix ansible task titles for CRI connection tasks * Fix Azure subscription ID check task title
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9b0f57a0a6
commit
637f09f140
@@ -12,12 +12,12 @@
|
||||
cri_socket: /var/run/crio/crio.sock
|
||||
when: container_manager == 'crio'
|
||||
|
||||
- name: Use containerd for cri connetion
|
||||
- name: Use containerd for cri connection
|
||||
set_fact:
|
||||
cri_socket: /var/run/containerd/containerd.sock
|
||||
when: container_manager == 'containerd'
|
||||
|
||||
- name: Use docker for cri connetion
|
||||
- name: Use docker for cri connection
|
||||
set_fact:
|
||||
cri_socket: /var/run/dockershim.sock
|
||||
when: container_manager == 'docker'
|
||||
|
||||
Reference in New Issue
Block a user