From c04a86787ce30d38a15bf748fc943fef5eb9cc17 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 28 Mar 2023 17:11:34 +0200 Subject: [PATCH] Update 'tasks/dotfiles.yml' --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 5321fde..b88722b 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -23,7 +23,7 @@ - name: Remove existing .bashrc from home file: - path: /home/nige/.bashrc + path: [ "/home/nige/.bashrc", "/home/nige/" ] state: absent # when: st.stat.islnk is not defined tags: