SHA256
1
0

Add btrfsmaintenance and x2go configs

This commit is contained in:
2025-12-14 19:35:56 -05:00
parent 36cd3c748c
commit abcec9e19e
6 changed files with 532 additions and 24 deletions

View File

@@ -2,5 +2,5 @@
ansible.builtin.user:
name: "{{ item.name }}"
shell: "{{ item.shell }}"
loop: "{{ users_configure }}"
loop: "{{ users }}"
become: true