audiobookshelf: Initial version of role
This commit is contained in:
parent
a793f59a33
commit
4c7c0e3261
5 changed files with 132 additions and 0 deletions
5
roles/audiobookshelf/handlers/main.yml
Normal file
5
roles/audiobookshelf/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart audiobookshelf
|
||||
ansible.builtin.service:
|
||||
name: audiobookshelf
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue