Browse Source

Documentation: Fix collection URL (#9949)

pull/9953/head
Processus42 1 year ago
committed by GitHub
parent
commit
9a8f95e73d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/ansible_collection.md

2
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
```

Loading…
Cancel
Save