Add playbook and roles for Audio Pi
This commit is contained in:
parent
7a869f6330
commit
96ac8de142
21 changed files with 516 additions and 2 deletions
5
playbooks/roles/shairport_sync/handlers/main.yml
Normal file
5
playbooks/roles/shairport_sync/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart shairport-sync service
|
||||
ansible.builtin.systemd:
|
||||
service: shairport-sync
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue