fix: do not hardcode user in the config files

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 13:14:12 +02:00
parent 49a034d6d7
commit 888a816c5f
Signed by: mfocko
GPG key ID: 7C47D46246790496
3 changed files with 8 additions and 8 deletions
roles/user/shell/zsh/tasks

View file

@ -28,8 +28,8 @@
dest: ~/.oh-my-zsh/custom/plugins/zsh-aliases-exa
update: no
- name: Install the config
ansible.builtin.copy:
src: files/zshrc
- name: Create the config
ansible.builtin.template:
src: templates/zshrc
dest: ~/.zshrc
mode: 0600