geerlingguy / raspberry-pi-dramble

DEPRECATED - Raspberry Pi Kubernetes cluster that runs HA/HP Drupal 8
http://www.pidramble.com/
MIT License
1.67k stars 260 forks source link

Provisioning #82

Closed thall005 closed 8 years ago

thall005 commented 8 years ago

I am Currently running Linux Mint 18 Sarah to provision my dramble. When I enter the code i get the following Message $ ansible-galaxy -r playbooks/requirements.yml --force
Usage: ansible-galaxy [delete|import|info|init|install|list|login|remove|search|setup] [--help] [options] ...

Options: -h, --help show this help message and exit -v, --verbose verbose mode (-vvv for more, -vvvv to enable connection debugging) --version show program's vers ERROR! Missing required action

WassimAttar commented 8 years ago

The command line written there is incorrect http://www.pidramble.com/wiki/setup/provision ansible-galaxy -r playbooks/requirements.yml --force

The correct one is ansible-galaxy install -r playbooks/requirements.yml --roles-path=playbooks/roles/

@geerlingguy it will be great if you correct it.

Thanks a lot !

geerlingguy commented 8 years ago

@WassimAttar - Oh, sorry about that! You're quite correct, and I've updated the Wiki page. It may take an hour or two to show (since the site is cached via CloudFlare), but thanks so much for the feedback.