Sudo per settare la shell di default.
This commit is contained in:
parent
c080919477
commit
bce44c1622
@ -8,6 +8,8 @@
|
|||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: "{{ ansible_user }}"
|
name: "{{ ansible_user }}"
|
||||||
shell: /usr/bin/zsh
|
shell: /usr/bin/zsh
|
||||||
|
become_user: root
|
||||||
|
become: true
|
||||||
|
|
||||||
- name: Creating personal folder for customization
|
- name: Creating personal folder for customization
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
Loading…
Reference in New Issue
Block a user