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
I could be wrong, but do the README.md instructions work as described?
I seem to end up with Ansible requiring the roles path to be in public-user.
roles
public-user
If I cd public user; ansible-galaxy install -r ../requirements.yml -p roles; ansible-playbook, then it works.
cd public user; ansible-galaxy install -r ../requirements.yml -p roles; ansible-playbook
Of course, this would be a PR if I was totally sure I wasn't just doing something weird myself.
The text was updated successfully, but these errors were encountered:
Likely either the README should say to do ansible-galaxy install within each subdirectory, or to use -r .. when running ansible-playbook
ansible-galaxy install
-r ..
ansible-playbook
Sorry, something went wrong.
No branches or pull requests
I could be wrong, but do the README.md instructions work as described?
I seem to end up with Ansible requiring the
roles
path to be inpublic-user
.If I
cd public user; ansible-galaxy install -r ../requirements.yml -p roles; ansible-playbook
, then it works.Of course, this would be a PR if I was totally sure I wasn't just doing something weird myself.
The text was updated successfully, but these errors were encountered: