We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the following command from the blog errors out on Cento8+epel w/ ansible 2.9.11
ansible-galaxy --roles-path roles install -r roles/requirements.yml
$ ansible-galaxy --roles-path roles install -r roles/requirements.yml usage: ansible-galaxy role [-h] ROLE_ACTION ... ansible-galaxy role: error: argument ROLE_ACTION: invalid choice: 'roles' (choose from 'init', 'remove', 'delete', 'list', 'search', 'import', 'setup', 'login', 'info', 'install')
Works: `$ ansible-galaxy install -r roles/requirements.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the following command from the blog errors out on Cento8+epel w/ ansible 2.9.11
ansible-galaxy --roles-path roles install -r roles/requirements.yml
$ ansible-galaxy --roles-path roles install -r roles/requirements.yml usage: ansible-galaxy role [-h] ROLE_ACTION ... ansible-galaxy role: error: argument ROLE_ACTION: invalid choice: 'roles' (choose from 'init', 'remove', 'delete', 'list', 'search', 'import', 'setup', 'login', 'info', 'install')
Works:
`$ ansible-galaxy install -r roles/requirements.yml
The text was updated successfully, but these errors were encountered: