fix directories
This commit is contained in:
parent
5b2270d78f
commit
916b6b3172
@ -24,6 +24,10 @@
|
|||||||
- texlive-pictures
|
- texlive-pictures
|
||||||
- texstudio
|
- texstudio
|
||||||
- texstudio-l10n
|
- texstudio-l10n
|
||||||
|
- name: ensures /etc/firefox/policies dir exists
|
||||||
|
file:
|
||||||
|
path: "/etc/firefox/policies"
|
||||||
|
state: directory
|
||||||
- name: Add Firefox bookmarks
|
- name: Add Firefox bookmarks
|
||||||
copy:
|
copy:
|
||||||
src: firefox-policies.json
|
src: firefox-policies.json
|
||||||
@ -150,6 +154,10 @@
|
|||||||
Comment[zh_CN] = 科学计算环境
|
Comment[zh_CN] = 科学计算环境
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=com-mathworks-util-PostVMInit
|
StartupWMClass=com-mathworks-util-PostVMInit
|
||||||
|
- name: ensures "/etc/dconf/db/ipkm.d" dir exists
|
||||||
|
file:
|
||||||
|
path: "/etc/dconf/db/ipkm.d"
|
||||||
|
state: directory
|
||||||
- name: Copy default dock configuration (1)
|
- name: Copy default dock configuration (1)
|
||||||
copy:
|
copy:
|
||||||
src: dconf/db/ipkm.d/00-ipkm-settings
|
src: dconf/db/ipkm.d/00-ipkm-settings
|
||||||
|
Loading…
Reference in New Issue
Block a user