This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Do not fail on unrelated validation tasks when Grafana not enabled
pull/876/head
Slavi Pantaleev
5 years ago
parent
66d5b0e5b9
commit
8434af10de
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-grafana/tasks/main.yml
+ 1
- 1
roles/matrix-grafana/tasks/main.yml
View 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
Write
Preview
Loading…
Cancel
Save