From 3104657eb83c22c441159aba71890b225cd75f9f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 25 May 2021 21:42:52 +0100 Subject: [PATCH] Stop installing a fonts.conf --- roles/home-gui/tasks/dotfiles.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 787d169..7093994 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -17,10 +17,6 @@ ansible.builtin.copy: src: Xresources dest: "{{ ansible_env.HOME }}/.Xresources" -- name: Copy .fonts.conf - ansible.builtin.copy: - src: fonts.conf - dest: "{{ ansible_env.HOME }}/.fonts.conf" - name: Create stalonetrayrc ansible.builtin.copy: src: stalonetrayrc