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: