|
|
@@ -5,7 +5,7 @@ |
|
|
msg: "You need to set a secret in the matrix_synapse_macaroon_secret_key variable" |
|
|
msg: "You need to set a secret in the matrix_synapse_macaroon_secret_key variable" |
|
|
when: "matrix_synapse_macaroon_secret_key == ''" |
|
|
when: "matrix_synapse_macaroon_secret_key == ''" |
|
|
|
|
|
|
|
|
- name: Ensure Matrix Synapse paths exists |
|
|
|
|
|
|
|
|
- name: Ensure Matrix Synapse paths exist |
|
|
file: |
|
|
file: |
|
|
path: "{{ item }}" |
|
|
path: "{{ item }}" |
|
|
state: directory |
|
|
state: directory |
|
|
|