Sudo per settare la shell di default.
This commit is contained in:
parent
c080919477
commit
bce44c1622
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue