From 86ddeb8c3f14423eb885164867bbfbb7680319e6 Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Thu, 27 Nov 2014 13:59:09 +1100 Subject: [PATCH] Rename role to leonidas.nvm in example playbook Since most users will use ansible-galaxy to install this role, it's better to set the example to use leonidas.nvm which is the default name created by ansible-galaxy under roles_path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7c87ad..c515900 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Example Playbook - hosts: servers roles: - - role: nvm + - role: leonidas.nvm nvm: user: deploy version: v0.4.0