mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03: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
@@ -4,7 +4,7 @@
|
||||
msg: "azure_tenant_id is missing"
|
||||
when: azure_tenant_id is not defined or not azure_tenant_id
|
||||
|
||||
- name: check openstack_username value
|
||||
- name: check azure_subscription_id value
|
||||
fail:
|
||||
msg: "azure_subscription_id is missing"
|
||||
when: azure_subscription_id is not defined or not azure_subscription_id
|
||||
|
||||
Reference in New Issue
Block a user