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
Fix typos
pull/6/head
Slavi Pantaleev
7 years ago
parent
f6950612a5
commit
cdf4eefdf9
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-server/tasks/setup_nginx_proxy.yml
+1
-1
roles/matrix-server/tasks/setup_riot_web.yml
+1
-1
roles/matrix-server/tasks/setup_synapse.yml
+ 1
- 1
roles/matrix-server/tasks/setup_nginx_proxy.yml
View File
@@ -10,7 +10,7 @@
# It doesn't hurt to put them in place, even if they turn out
# to be unnecessary.
#
- name: Ensure Matrix nginx-proxy paths exist
s
- name: Ensure Matrix nginx-proxy paths exist
file:
path: "{{ item }}"
state: directory
+ 1
- 1
roles/matrix-server/tasks/setup_riot_web.yml
View File
@@ -4,7 +4,7 @@
# Tasks related to setting up riot-web
#
- name: Ensure Matrix riot-web path
s
exists
- name: Ensure Matrix riot-web path exists
file:
path: "{{ matrix_nginx_riot_web_data_path }}"
state: directory
+ 1
- 1
roles/matrix-server/tasks/setup_synapse.yml
View File
@@ -5,7 +5,7 @@
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
s
- name: Ensure Matrix Synapse paths exist
file:
path: "{{ item }}"
state: directory
Write
Preview
Loading…
Cancel
Save