Run prettier
This commit is contained in:
parent
a515d95625
commit
341d0268ec
8 changed files with 59 additions and 32 deletions
|
|
@ -12,8 +12,14 @@
|
|||
src: '{{ item.src }}'
|
||||
dest: '{{ item.dest }}'
|
||||
loop:
|
||||
- { src: 'templates/mpd/service.j2', dest: '{{ xdg_config_dir }}/systemd/user/mpd.service' }
|
||||
- { src: 'templates/mpd/socket.j2', dest: '{{ xdg_config_dir }}/systemd/user/mpd.socket' }
|
||||
- {
|
||||
src: 'templates/mpd/service.j2',
|
||||
dest: '{{ xdg_config_dir }}/systemd/user/mpd.service',
|
||||
}
|
||||
- {
|
||||
src: 'templates/mpd/socket.j2',
|
||||
dest: '{{ xdg_config_dir }}/systemd/user/mpd.socket',
|
||||
}
|
||||
|
||||
- name: create mpd files
|
||||
file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue