music: Extend Trollibox installation
This commit is contained in:
parent
f8dd32b234
commit
7356db2b8a
5 changed files with 46 additions and 0 deletions
|
@ -11,3 +11,19 @@
|
|||
|
||||
- name: Initial build
|
||||
meta: flush_handlers
|
||||
|
||||
- name: Install service file
|
||||
template:
|
||||
src: trollibox.service
|
||||
dest: /etc/systemd/system/trollibox.service
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart trollibox
|
||||
|
||||
- name: Enable Trollibox
|
||||
systemd:
|
||||
name: trollibox
|
||||
state: started
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue