Fix piccolo errore.
This commit is contained in:
parent
816ec1f32b
commit
64f463a1bc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
- name: Adding user to nix-users
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user }}"
|
||||
name: "{{ ansible_user_id }}"
|
||||
groups: nix-users
|
||||
append: true
|
||||
become: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue