This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-simple-desktop
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
permissions of fonts and backgrounds
master
Markus Brechtel
6 年之前
父節點
e76f54f7b3
當前提交
602fd4f3a0
共有
2 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/backgrounds.yaml
+3
-0
tasks/fonts.yaml
+ 2
- 0
tasks/backgrounds.yaml
查看文件
@@ -17,6 +17,8 @@
src: background/
dest: /opt/backgrounds
perms: false
owner: root
group: root
- name: find all other backgrounds
find:
+ 3
- 0
tasks/fonts.yaml
查看文件
@@ -9,6 +9,9 @@
synchronize:
src: fonts/
dest: /usr/share/fonts/kita-pro
perms: false
owner: root
group: root
- name: microsoft core fonts
apt:
Write
Preview
Loading…
取消
儲存