Fix role name

This commit is contained in:
Chris Houseknecht
2017-03-23 04:30:26 -04:00
parent a72fa5104e
commit 8aef2329f4

View File

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