Aggiunta dell'utente nel gruppo nix-users.
This commit is contained in:
parent
38bff506f7
commit
5a6a41a5cb
@ -1,6 +1,13 @@
|
||||
---
|
||||
# Configuring nix.
|
||||
|
||||
- name: Adding current user to nix-users
|
||||
ansible.builtin.user:
|
||||
name: "{{ ansible_user_id }}"
|
||||
groups: nix-users
|
||||
append: true
|
||||
become: true
|
||||
|
||||
- name: Create configuration directory
|
||||
ansible.builtin.file:
|
||||
path: "{{ userconfigdir }}"
|
||||
|
Loading…
Reference in New Issue
Block a user