mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Fix role name
This commit is contained in:
@@ -18,7 +18,7 @@ Installation and use
|
|||||||
Use the Galaxy client to install the role:
|
Use the Galaxy client to install the role:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ ansible-galaxy install ansible.ansible-kubernetes-modules
|
$ ansible-galaxy install ansible.kubernetes-modules
|
||||||
```
|
```
|
||||||
|
|
||||||
Once installed, add it to a playbook:
|
Once installed, add it to a playbook:
|
||||||
@@ -28,7 +28,7 @@ Once installed, add it to a playbook:
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
remote_user: root
|
remote_user: root
|
||||||
roles:
|
roles:
|
||||||
- role: ansible.ansible-kubernetes-modules
|
- role: ansible.kubernetes-modules
|
||||||
install_python_requirements: no
|
install_python_requirements: no
|
||||||
- role: hello-world
|
- role: hello-world
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user