Cambio di shell per l'utente che esegue il playbook.
This commit is contained in:
parent
5a6a41a5cb
commit
3c90152c1c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user