Sfoglia il codice sorgente

Do not fail on unrelated validation tasks when Grafana not enabled

pull/876/head
Slavi Pantaleev 5 anni fa
parent
commit
8434af10de
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/matrix-grafana/tasks/main.yml

+ 1
- 1
roles/matrix-grafana/tasks/main.yml Vedi File

@@ -3,7 +3,7 @@
- always

- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: run_setup|bool
when: "run_setup|bool and matrix_grafana_enabled|bool"
tags:
- setup-all
- setup-grafana


Caricamento…
Annulla
Salva