Skip to content
Snippets Groups Projects
Commit bc507dfb authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

missing ansible-galaxy command in the README

parent fec60905
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,12 @@ In order to use this role you'll need the following entries in the file '*requir ...@@ -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. **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 - hosts: kube-master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment