update copy path

This commit is contained in:
Gianmarco Pettinato 2021-12-24 12:14:27 +01:00
parent 1085ee2c5c
commit 72e8dd9eed
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
- name: Set zsh main as shell
become: true
shell: chsh -s /bin/zsh gianm
shell: chsh -s /bin/zsh giamm
- name: Install oh my zsh
become_user: gianm
@ -21,6 +21,6 @@
- name: Setup shell env
copy:
src: files/zshrc
dest: ~/.zshrc
dest: /home/gianm/.zshrc
owner: gianm
group: gianm