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