updated chsh

This commit is contained in:
Gianmarco Pettinato 2021-12-24 12:05:28 +01:00
parent a7a69921a8
commit 1085ee2c5c
1 changed files with 2 additions and 1 deletions

View File

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