From ea4f8f3eca148a858aa1ba7e75a9b5262b58f2a0 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Sun, 15 Dec 2024 09:47:44 +0000 Subject: [PATCH] Move fonts.conf out --- 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 de8345d..2b8d9b4 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -53,7 +53,7 @@ - name: Create $XDG_CONFIG_HOME/fontconfig/fonts.conf ansible.builtin.copy: src: "fonts.conf" - dest: "{{ ansible_env.XDG_CONFIG_HOME }}/fontconfig/fonts.conf" + dest: "{{ ansible_env.XDG_CONFIG_HOME }}/fontconfig/fonts.conf.ant" - name: Create $HOME/.icewm ansible.builtin.copy: src: "icewm/"