From 1c0343d80b0299cdc48d656f8dcb8b07d48a4326 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Thu, 12 Feb 2026 15:21:14 +0100 Subject: [PATCH] change shell to zsh --- change-shell.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 change-shell.yml diff --git a/change-shell.yml b/change-shell.yml new file mode 100644 index 0000000..1b3fe3e --- /dev/null +++ b/change-shell.yml @@ -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