Fix errors

This commit is contained in:
sonny 2021-10-30 20:23:27 +02:00
parent 55c618ec9c
commit 307a806680
5 changed files with 8 additions and 7 deletions

View file

@ -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: