Compare commits

...

2 Commits

Author SHA1 Message Date
34c984f6f8 Fix source 2021-11-20 19:12:46 +01:00
cfb7f8b9b4 Fix rc-file 2021-11-20 19:09:15 +01:00

View File

@ -24,12 +24,12 @@
- 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:
- "source .antigenrc"
- "source .ansible_zshrc"
- "source ~/.antigenrc"
- "source ~/.ansible_zshrc"
- name: Install .p10k.zsh
ansible.builtin.copy: