Update templates
This commit is contained in:
parent
de93805323
commit
ceaec45f54
15 changed files with 33 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
## {{ ansible_managed }}
|
||||
#
|
||||
##
|
||||
## Configuration file for ncmpc (~/.config/ncmpc/config)
|
||||
##
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Music Player Daemon
|
||||
Documentation=man:mpd(1) man:mpd.conf(5)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/user/1000/mpd.socket
|
||||
ListenStream={{ mpd_listen_port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue