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 pleiades-ansible README says:
Install required roles: ansible-galaxy -p roles install -r install_roles.yml
Install required roles:
ansible-galaxy -p roles install -r install_roles.yml
but running this command via the CLI on ansible-galaxy 2.9.10 on osx produces the following error message:
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')
Running the following command seems to work instead:
ansible-galaxy role install -r install_roles.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The pleiades-ansible README says:
but running this command via the CLI on ansible-galaxy 2.9.10 on osx produces the following error message:
Running the following command seems to work instead:
The text was updated successfully, but these errors were encountered: