Rename kubespray-defaults to kubespray_defaults

Role names in ansible collection should not contains hyphens.
This commit is contained in:
Max Gautier
2025-05-10 10:04:37 +02:00
parent 0c8dfb8e43
commit 7db2aa1cba
42 changed files with 81 additions and 81 deletions

View File

@@ -5,5 +5,5 @@
vars:
container_manager: containerd
roles:
- role: kubespray-defaults
- role: kubespray_defaults
- role: container-engine/containerd

View File

@@ -6,7 +6,7 @@
vars:
ignore_assert_errors: true
roles:
- role: kubespray-defaults
- role: kubespray_defaults
- role: bootstrap-os
- role: network_facts
- role: kubernetes/preinstall
@@ -26,5 +26,5 @@
ignore_assert_errors: true
kube_network_plugin: cni
roles:
- role: kubespray-defaults
- role: kubespray_defaults
- role: network_plugin/cni