upate chsh parameters

This commit is contained in:
Gianmarco Pettinato 2021-12-24 12:23:02 +01:00
parent 4ee1723b63
commit b7e2e54816
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 gianm
shell: chsh -s $(which zsh) gianm
- name: Install oh my zsh
become_user: gianm