Explorar el Código

Do not fail on unrelated validation tasks when Grafana not enabled

pull/876/head
Slavi Pantaleev hace 5 años
padre
commit
8434af10de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-grafana/tasks/main.yml

+ 1
- 1
roles/matrix-grafana/tasks/main.yml Ver fichero

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


Cargando…
Cancelar
Guardar