Documentation: Fix collection URL (#9949)

This commit is contained in:
Processus42
2023-04-04 03:29:51 +02:00
committed by GitHub
parent 766d3696c9
commit 9a8f95e73d

View File

@ -13,7 +13,7 @@ Kubespray can be installed as an [Ansible collection](https://docs.ansible.com/a
```yaml
collections:
- name: https://github.com/kubernetes_sigs/kubespray
- name: https://github.com/kubernetes-sigs/kubespray
type: git
version: v2.21.0
```