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
Skip importing validate_config task when Synapse is disabled
pull/1160/head
Neutron
5 years ago
parent
3777334778
commit
1ad9bba88f
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-synapse/tasks/main.yml
+ 1
- 1
roles/matrix-synapse/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_synapse_enabled|bool
tags:
- setup-all
- setup-synapse
Write
Preview
Loading…
Cancel
Save