Keep IceWM permissions
This commit is contained in:
parent
e7ac464042
commit
f0c157f36b
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "icewm/"
|
src: "icewm/"
|
||||||
dest: "{{ ansible_env.HOME }}/.icewm"
|
dest: "{{ ansible_env.HOME }}/.icewm"
|
||||||
|
mode: preserve
|
||||||
- name: Create $XDG_CONFIG_HOME/picom.conf
|
- name: Create $XDG_CONFIG_HOME/picom.conf
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "picom.conf"
|
src: "picom.conf"
|
||||||
|
|
Loading…
Reference in a new issue