fix: do not hardcode user in the config files
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
49a034d6d7
commit
888a816c5f
3 changed files with 8 additions and 8 deletions
roles/user/shell/zsh/tasks
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue