Add btrfsmaintenance and x2go configs
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
ansible.builtin.user:
|
||||
name: "{{ item.name }}"
|
||||
shell: "{{ item.shell }}"
|
||||
loop: "{{ users_configure }}"
|
||||
loop: "{{ users }}"
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user