From f0442a887acddf1efd857881ccdaafd77243b629 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sat, 19 Aug 2023 18:07:35 -0300 Subject: [PATCH] Fix IceWM copying --- roles/home-gui/tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 11674b7..9c1efba 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -55,5 +55,5 @@ dest: "{{ ansible_env.XDG_CONFIG_HOME }}/fontconfig/fonts.conf" - name: Create $HOME/.icewm ansible.builtin.copy: - src: "icewm" + src: "icewm/" dest: "{{ ansible_env.HOME }}/.icewm"