From 9a8f95e73d8936ab8e8afd80d33c62cb800b054a Mon Sep 17 00:00:00 2001 From: Processus42 Date: Tue, 4 Apr 2023 03:29:51 +0200 Subject: [PATCH] Documentation: Fix collection URL (#9949) --- docs/ansible_collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible_collection.md b/docs/ansible_collection.md index 449b75a98..7e04a9d53 100644 --- a/docs/ansible_collection.md +++ b/docs/ansible_collection.md @@ -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 ```