Skip to content
New issue

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

role galaxy/playbook_help not found #3139

Closed
mrtuxa opened this issue Jan 29, 2024 · 2 comments
Closed

role galaxy/playbook_help not found #3139

mrtuxa opened this issue Jan 29, 2024 · 2 comments

Comments

@mrtuxa
Copy link

mrtuxa commented Jan 29, 2024

 mrtuxa  ~/deployment/matrix-docker-ansible-deploy git-[ master]-  ansible-playbook -i inventory/hosts setup.yml --tags=setup-all
ERROR! the role 'galaxy/playbook_help' was not found in /home/mrtuxa/deployment/matrix-docker-ansible-deploy/roles:/home/mrtuxa/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/mrtuxa/deployment/matrix-docker-ansible-deploy

The error appears to be in '/home/mrtuxa/deployment/matrix-docker-ansible-deploy/setup.yml': line 8, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

# Most of the roles below are not distributed with the playbook, but downloaded separately using `ansible-galaxy` via the `just roles` command (see `justfile`).
- role: galaxy/playbook_help
  ^ here
@mrtuxa mrtuxa closed this as completed Jan 29, 2024
@mitexleo
Copy link

mitexleo commented Jun 8, 2024

What's the solution to this problem?

@spantaleev
Copy link
Owner

Running just roles or make roles to install the additional Ansible roles that this Ansible playbook depends on. These roles are described in the requirements.yml file.

The just roles (or make roles) step is mentioned at the top of the Installation documentation page.

For running just, you will need to install the tool. It's documented on the Prerequisites documentation page. Alternatively, one can also use make (and install the make tool).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants