fixed a type

This commit is contained in:
Gianmarco Pettinato 2021-12-24 12:15:31 +01:00
parent 72e8dd9eed
commit 4ee1723b63
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- name: Set zsh main as shell
become: true
shell: chsh -s /bin/zsh giamm
shell: chsh -s /bin/zsh gianm
- name: Install oh my zsh
become_user: gianm