Don't fail when .bash_profile doesn't exist.
This commit is contained in:
parent
725c76d944
commit
68153edad1
@ -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…
x
Reference in New Issue
Block a user