---
- name: Create system group
ansible.builtin.group:
name: '{{ item.name }}'
with_items: '{{ system_group }}'
become: true