Remove nonsensical podman_enable services

This commit is contained in:
Daniel Akulenok
2026-02-19 10:58:11 +01:00
parent c728326d4b
commit d30423013a
8 changed files with 81 additions and 33 deletions

View File

@@ -163,8 +163,6 @@ podman_policy_trusted_registries:
# unqualified_search: false
# Service management
podman_enable_socket: false
podman_enable_api_service: false
podman_enable_auto_update: false
# Determine if Quadlet should be used (Debian 13+ or other distros)
@@ -178,6 +176,7 @@ podman_mode: "{{ 'quadlet' if podman_use_quadlet else 'started' }}"
podman_container_defaults:
state: "{{ podman_mode }}"
pull: newer
systemd: "{{ not podman_use_quadlet }}"
quadlet_options:
- "AutoUpdate=registry"
- "Pull=newer"