Skip to content
Snippets Groups Projects
Commit 637f09f1 authored by Florent Monbillard's avatar Florent Monbillard Committed by Kubernetes Prow Robot
Browse files

Fix ansible task titles (#5154)

* Fix ansible task titles for CRI connection tasks

* Fix Azure subscription ID check task title
parent 9b0f57a0
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
cri_socket: /var/run/crio/crio.sock cri_socket: /var/run/crio/crio.sock
when: container_manager == 'crio' when: container_manager == 'crio'
- name: Use containerd for cri connetion - name: Use containerd for cri connection
set_fact: set_fact:
cri_socket: /var/run/containerd/containerd.sock cri_socket: /var/run/containerd/containerd.sock
when: container_manager == 'containerd' when: container_manager == 'containerd'
- name: Use docker for cri connetion - name: Use docker for cri connection
set_fact: set_fact:
cri_socket: /var/run/dockershim.sock cri_socket: /var/run/dockershim.sock
when: container_manager == 'docker' when: container_manager == 'docker'
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
msg: "azure_tenant_id is missing" msg: "azure_tenant_id is missing"
when: azure_tenant_id is not defined or not azure_tenant_id when: azure_tenant_id is not defined or not azure_tenant_id
- name: check openstack_username value - name: check azure_subscription_id value
fail: fail:
msg: "azure_subscription_id is missing" msg: "azure_subscription_id is missing"
when: azure_subscription_id is not defined or not azure_subscription_id when: azure_subscription_id is not defined or not azure_subscription_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment