Make sure sce_cfg_group is a system group

This commit is contained in:
Ivo C.S. Wingelaar 2024-10-07 03:26:07 +02:00
parent 65ec7e94d0
commit 25d72229d8
Signed by: ivo
GPG key ID: ABBED434F58D0AA3

View file

@ -24,6 +24,7 @@
- name: Create group for managing rootless Podman environments
ansible.builtin.group:
name: "{{ sce_cfg_group }}"
system: true
state: present
- name: Add config management (Ansible) user to the rootless Podman managing group