diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 8806bcc..7b2c745 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -57,6 +57,7 @@ ansible.builtin.copy: src: "icewm/" dest: "{{ ansible_env.HOME }}/.icewm" + mode: preserve - name: Create $XDG_CONFIG_HOME/picom.conf ansible.builtin.copy: src: "picom.conf"