This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-nextcloud
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
directory access fix
master
Markus Katharina Brechtel
4 年之前
父節點
4e79fc57d1
當前提交
9aac69ede8
共有
2 個文件被更改
,包括
3 次插入
和
8 次删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -46,3 +46,5 @@
become: true
become_user: www-data
become_method: sudo
- import_tasks: access.yml
Write
Preview
Loading…
取消
儲存