feat: Back to Debian

This commit is contained in:
2026-08-18 18:22:40 +02:00
parent 801b9b4cb9
commit 925f725c12
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
- name: Create dedicated group
ansible.builtin.group:
name: "{{ podman_user }}"
name: "{{ podman_group }}"
become: true
- name: Create dedicated user
@@ -13,7 +13,7 @@
home: "{{ podman_user_homedir }}"
password_lock: true
shell: /bin/bash
group: podman
group: "{{ podman_group }}"
become: true
- name: Enable lingering for podman user