mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 04:34:00 +00:00
Do not fail on unrelated validation tasks when Grafana not enabled
This commit is contained in:
parent
66d5b0e5b9
commit
8434af10de
@ -3,7 +3,7 @@
|
|||||||
- always
|
- always
|
||||||
|
|
||||||
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||||
when: run_setup|bool
|
when: "run_setup|bool and matrix_grafana_enabled|bool"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-grafana
|
- setup-grafana
|
||||||
|
Loading…
Reference in New Issue
Block a user