FIxed path

This commit is contained in:
2022-05-06 11:37:58 +02:00
parent 6f9413f54c
commit c377eb830f

View File

@@ -60,14 +60,14 @@
- name: Copy zshrc to home dir
ansible.builtin.copy:
src: //tmp/dotfiles/.zshrc
dest: /home/tobi/.zshrc
dest: /home/airsense/.zshrc
owner: tobi
group: tobi
mode: '0644'
- name: Copy p10k to home dir
ansible.builtin.copy:
src: //tmp/dotfiles/.p10k.zsh
dest: /home/tobi/.p10k.zsh
dest: /home/airsense/.p10k.zsh
owner: tobi
group: tobi
mode: '0644'