Make sure sce_cfg_group is a system group
This commit is contained in:
parent
65ec7e94d0
commit
25d72229d8
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
- name: Create group for managing rootless Podman environments
|
- name: Create group for managing rootless Podman environments
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
name: "{{ sce_cfg_group }}"
|
name: "{{ sce_cfg_group }}"
|
||||||
|
system: true
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add config management (Ansible) user to the rootless Podman managing group
|
- name: Add config management (Ansible) user to the rootless Podman managing group
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue