diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 62a6cde..28c1b80 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -9,6 +9,7 @@ - name: Check if .bash_profile is a link. shell: ls -F ~/.bash_profile register: is_link + failed_when: false changed_when: false - name: Remove current .bash_profile file if necessary.