feat(jellyfin): add playbook to collection, add state=absent support to role

This commit is contained in:
2024-10-07 19:42:11 +02:00
parent 912c32cb3e
commit b24ea1e925
4 changed files with 33 additions and 13 deletions

View File

@ -1,4 +1,7 @@
---
jellyfin_states:
- present
- absent
jellyfin_container_base_volumes:
- "{{ jellyfin_config_path }}:/config:z"