feat(jellyfin): add podman as deployment method

This commit is contained in:
2025-02-14 22:26:48 +01:00
parent 1e234bf68b
commit 05145b3b21
5 changed files with 59 additions and 22 deletions

View File

@ -2,6 +2,9 @@
jellyfin_states:
- present
- absent
jellyfin_deployment_methods:
- docker
- podman
jellyfin_container_base_volumes:
- "{{ jellyfin_config_path }}:/config:z"