change shell to zsh

This commit is contained in:
2026-02-12 15:21:14 +01:00
parent bd416e11e3
commit 1c0343d80b

9
change-shell.yml Normal file
View File

@@ -0,0 +1,9 @@
- name: set up zsh for user
hosts: all
become: no
tasks:
- name: change user shell to zsh
become: yes
user:
name: mo
shell: /bin/zsh