Don't throw error if .bashrc not created yet.

This commit is contained in:
Hyperling 2021-02-07 07:40:55 -06:00
parent 37f725f6fb
commit c821cb0550

View File

@ -40,4 +40,5 @@
marker: '# {mark} MANAGED BY ANSIBLE | Aliases' marker: '# {mark} MANAGED BY ANSIBLE | Aliases'
state: present state: present
backup: yes backup: yes
when: user_ling.home != "" when: user_ling.home != ""
ignore_errors: yes