Keep IceWM permissions

This commit is contained in:
Anthony Rose 2023-09-11 21:01:25 +01:00
parent e7ac464042
commit f0c157f36b

View file

@ -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"