mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 04:34:00 +00:00
Try to make setup.yml more helpful when galaxy roles haven't been downloaded
With this change, trying to run the playbook should report an error that looks like this: > 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 `make roles` command (see `Makefile`). > - role: galaxy/com.devture.ansible.role.playbook_help > ^ here .. with that comment included, which might help some people who missed the `make roles` part. Improves https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2232
This commit is contained in:
parent
5ff59eb31a
commit
c165bf0a95
@ -7,10 +7,9 @@
|
|||||||
- roles/custom/matrix-synapse/vars/workers.yml
|
- roles/custom/matrix-synapse/vars/workers.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
# This role has no tasks at all
|
# Most of the roles below are not distributed with the playbook, but downloaded separately using `ansible-galaxy` via the `make roles` command (see `Makefile`).
|
||||||
- role: galaxy/com.devture.ansible.role.playbook_help
|
- role: galaxy/com.devture.ansible.role.playbook_help
|
||||||
|
|
||||||
# This role has no tasks at all
|
|
||||||
- role: galaxy/com.devture.ansible.role.systemd_docker_base
|
- role: galaxy/com.devture.ansible.role.systemd_docker_base
|
||||||
|
|
||||||
- role: custom/matrix_playbook_migration
|
- role: custom/matrix_playbook_migration
|
||||||
|
Loading…
Reference in New Issue
Block a user