Przeglądaj źródła

Do not fail on unrelated validation tasks when Grafana not enabled

pull/876/head
Slavi Pantaleev 5 lat temu
rodzic
commit
8434af10de
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-grafana/tasks/main.yml

+ 1
- 1
roles/matrix-grafana/tasks/main.yml Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz