Fix source
This commit is contained in:
parent
cfb7f8b9b4
commit
34c984f6f8
@ -24,7 +24,7 @@
|
||||
- name: Add source to .zshrc
|
||||
lineinfile:
|
||||
path: "{{ rc_files_user_path }}/.zshrc"
|
||||
line: "source .ansible_zshrc"
|
||||
line: "{{ item }}"
|
||||
create: yes
|
||||
mode: 'u=rw,go=r'
|
||||
loop:
|
||||
|
Loading…
Reference in New Issue
Block a user