mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-27 19:20:25 +00:00
Relocate fail check to a better place
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
---
|
||||
|
||||
- name: Fail if Macaroon key is missing
|
||||
fail:
|
||||
msg: "You need to set a secret in the matrix_synapse_macaroon_secret_key variable"
|
||||
when: "matrix_synapse_macaroon_secret_key == ''"
|
||||
|
||||
- name: Ensure Matrix Synapse paths exist
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user