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
Merge branch 'master' into split-into-multiple-roles
pull/76/head
Slavi Pantaleev
7 years ago
parent
b80d44afaa
857603d9d7
commit
e8c78c1572
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
+ 3
- 2
roles/matrix-nginx-proxy/tasks/setup_nginx_proxy.yml
View File
@@ -15,8 +15,9 @@
path: "{{ item }}"
state: directory
mode: 0750
owner: root
group: root
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
recurse: yes
with_items:
- "{{ matrix_nginx_proxy_data_path }}"
- "{{ matrix_nginx_proxy_confd_path }}"
Write
Preview
Loading…
Cancel
Save