feat: Move from Debian to Fedora

This commit is contained in:
2026-04-10 15:50:29 +02:00
parent 560a6d31e6
commit 3a55ec0a21
12 changed files with 150 additions and 160 deletions

View File

@@ -1,16 +1,10 @@
---
podman_pods_defaults: []
podman_networks_defaults:
state: quadlet
recreate: true
podman_containers_defaults:
state: quadlet
recreate: true
quadlet_options:
- "AutoUpdate=registry"
- |
[Install]
WantedBy=default.target
# Convert quadlets filename to systemd units
podman_units: >
{{
podman_quadlets |
map('regex_replace', '\\.container$', '.service') |
map('regex_replace', '\\.network$', '-network.service') |
list
}}