audiobookshelf: Initial version of role

This commit is contained in:
Timo Makinen 2025-03-01 19:10:16 +00:00
parent a793f59a33
commit 4c7c0e3261
5 changed files with 132 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart audiobookshelf
ansible.builtin.service:
name: audiobookshelf
state: restarted