From b5a6fb2c10007248734e58ac5ed2efd4f1a6645c Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Sun, 15 Dec 2024 09:51:15 +0000 Subject: [PATCH] Revert "Move fonts.conf out" This reverts commit ea4f8f3eca148a858aa1ba7e75a9b5262b58f2a0. --- 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 2b8d9b4..de8345d 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.ant" + dest: "{{ ansible_env.XDG_CONFIG_HOME }}/fontconfig/fonts.conf" - name: Create $HOME/.icewm ansible.builtin.copy: src: "icewm/"