Fix errors
This commit is contained in:
parent
55c618ec9c
commit
307a806680
5 changed files with 8 additions and 7 deletions
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
- name: created mpd files
|
||||
file:
|
||||
src: '{{ item }}'
|
||||
path: '{{ item }}'
|
||||
state: touch
|
||||
loop:
|
||||
- 'db'
|
||||
- 'state'
|
||||
- 'sticker.sql'
|
||||
- '{{ ansible_env.HOME }}/.config/mpd/db'
|
||||
- '{{ ansible_env.HOME }}/.config/mpd/state'
|
||||
- '{{ ansible_env.HOME }}/.config/mpd/sticker.sql'
|
||||
|
||||
- name: restart mpd service
|
||||
systemd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue