From bc507dfb82282f0cf6aba864cc4c8b5f4f7a87c5 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Wed, 14 Oct 2015 11:47:12 +0200 Subject: [PATCH] missing ansible-galaxy command in the README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba4418f40..5f65b12f8 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,12 @@ In order to use this role you'll need the following entries in the file '*requir ``` **Note**: the role common is required by all the apps and provides the tasks and libraries needed. -Then update your playbook with the chosen role +Then download the roles with ansible-galaxy +``` +ansible-galaxy install -r requirements.yml +``` + +Finally update your playbook with the chosen role, and run it ``` ... - hosts: kube-master