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
use saner folder permissions
pull/1224/head
Michael Collins
5 years ago
parent
4d57a41b3f
commit
4c12c1892c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-awx/tasks/customise_website_access_export.yml
+1
-1
roles/matrix-common-after/tasks/awx_post.yml
+ 1
- 1
roles/matrix-awx/tasks/customise_website_access_export.yml
View File
@@ -176,7 +176,7 @@
state: directory
owner: matrix
group: matrix
mode: '0
574
'
mode: '0
770
'
when: customise_base_domain_website is defined
- name: Ensure /chroot/export location exists
+ 1
- 1
roles/matrix-common-after/tasks/awx_post.yml
View File
@@ -60,5 +60,5 @@
state: directory
owner: matrix
group: matrix
mode: '0
574
'
mode: '0
770
'
when: customise_base_domain_website is defined
Write
Preview
Loading…
Cancel
Save