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"