This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-nextcloud
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
directory access fix
master
Markus Katharina Brechtel
4 years ago
parent
4e79fc57d1
commit
9aac69ede8
2 changed files
with
3 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-8
tasks/access.yml
+2
-0
tasks/upgrade.yml
+ 1
- 8
tasks/access.yml
View File
@@ -20,14 +20,7 @@
- apps
- themes
- updater
- name: nextcloud custom apps directory
file:
path: "{{nextcloud_directory}}/custom_apps"
state: directory
owner: www-data
group: www-data
mode: 0750
- custom_apps
- name: nextcloud lib directory
file:
+ 2
- 0
tasks/upgrade.yml
View File
@@ -46,3 +46,5 @@
become: true
become_user: www-data
become_method: sudo
- import_tasks: access.yml
Write
Preview
Loading…
Cancel
Save