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