This commit is contained in:
2026-05-30 06:36:10 -04:00
parent 5ff9ca4687
commit 5d99bf51da

View File

@@ -21,7 +21,6 @@
ansible.builtin.user:
name: "{{ item.username }}"
comment: administrator
# group: "{{ item.username }}"
groups:
- "{{ remote_group.name | default('remote') }}"
- sudo # @NOTE used by Debian