SHA256
1
0

Add btrfsmaintenance and x2go configs

This commit is contained in:
2025-12-14 19:34:27 -05:00
parent 36cd3c748c
commit c89faaec74
4 changed files with 26 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