mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 12:38:28 +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.
|
- name: Check if .bash_profile is a link.
|
||||||
shell: ls -F ~/.bash_profile
|
shell: ls -F ~/.bash_profile
|
||||||
register: is_link
|
register: is_link
|
||||||
|
failed_when: false
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Remove current .bash_profile file if necessary.
|
- name: Remove current .bash_profile file if necessary.
|
||||||
|
|
Loading…
Add table
Reference in a new issue