From 8aef2329f46198696a4e933a30310ed619c20421 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 23 Mar 2017 04:30:26 -0400 Subject: [PATCH] Fix role name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae94a461..8c24237f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Installation and use 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: @@ -28,7 +28,7 @@ Once installed, add it to a playbook: - hosts: localhost remote_user: root roles: - - role: ansible.ansible-kubernetes-modules + - role: ansible.kubernetes-modules install_python_requirements: no - role: hello-world ```