mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-03-09 12:02:11 +01:00
Fix typo in README regarding requirements file (#487)
Signed-off-by: Ken Powers <ken@kenpowers.net>
This commit is contained in:
@@ -38,7 +38,7 @@ It is also recommended that all managed nodes disable firewalls and swap. See [K
|
|||||||
$ ansible-galaxy collection install git+https://github.com/k3s-io/k3s-ansible.git
|
$ ansible-galaxy collection install git+https://github.com/k3s-io/k3s-ansible.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, add it to the [`requirement.yaml` file of your Ansible project](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file) as follows:
|
Alternatively, add it to the [`requirements.yaml` file of your Ansible project](https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#install-multiple-collections-with-a-requirements-file) as follows:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
collections:
|
collections:
|
||||||
|
|||||||
Reference in New Issue
Block a user