mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Don't fail when .bash_profile doesn't exist.
This commit is contained in:
parent
725c76d944
commit
68153edad1
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue