From 05119369652ca23dc4dbfcfcb0eecf6c38cc87ed Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 19 Nov 2024 12:29:52 +0000 Subject: [PATCH] Fix task name --- roles/home-cli/tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/tasks/dotfiles.yml b/roles/home-cli/tasks/dotfiles.yml index 74eba5e..9b903cd 100644 --- a/roles/home-cli/tasks/dotfiles.yml +++ b/roles/home-cli/tasks/dotfiles.yml @@ -62,7 +62,7 @@ ansible.builtin.copy: src: mc.ini dest: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/ini" -- name: Create $XDG_CONFIG_HOME/mc/panels.ini +- name: Remove $XDG_CONFIG_HOME/mc/panels.ini ansible.builtin.file: path: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/panels.ini" state: absent