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: ansible.builtin.user:
name: "{{ item.username }}" name: "{{ item.username }}"
comment: administrator comment: administrator
# group: "{{ item.username }}"
groups: groups:
- "{{ remote_group.name | default('remote') }}" - "{{ remote_group.name | default('remote') }}"
- sudo # @NOTE used by Debian - sudo # @NOTE used by Debian