From f0c157f36b07ffc17fd50df8fcd38f3a97fb4e03 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 11 Sep 2023 21:01:25 +0100 Subject: [PATCH] Keep IceWM permissions --- roles/home-gui/tasks/dotfiles.yml | 1 + 1 file changed, 1 insertion(+) 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"