Permalink
Cannot retrieve contributors at this time
12 lines (10 sloc)
351 Bytes
|
--- |
|
- name: install snapclient |
|
apt: |
|
deb: "https://github.com/badaix/snapcast/releases/download/v0.12.0/snapclient_0.12.0_armhf.deb" |
|
|
|
- name: configure snapcast server address |
|
lineinfile: |
|
path: "/etc/default/snapclient" |
|
regexp: "^SNAPCLIENT_OPTS" |
|
line: "SNAPCLIENT_OPTS=\"{{ snapclient_opts }}\"" |
|
notify: restart snapcast client |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.