Cambio di shell per l'utente che esegue il playbook.

This commit is contained in:
Emiliano Vavassori 2024-12-26 00:39:47 +01:00
parent 5a6a41a5cb
commit 3c90152c1c

View File

@ -6,3 +6,11 @@
tags: tags:
- zsh - zsh
- zsh-config - zsh-config
- name: Default shell
ansible.builtin.user:
name: "{{ ansible_user_id }}"
shell: /usr/bin/zsh
tags:
- zsh
- zsh-defshell