Run prettier

This commit is contained in:
Sonny Bakker 2021-01-29 21:01:46 +01:00
parent a515d95625
commit 341d0268ec
8 changed files with 59 additions and 32 deletions

View file

@ -10,5 +10,11 @@
dest: '{{ item.dest }}'
mode: '0644'
loop:
- { src: 'templates/mpv/input.j2', dest: '{{ ansible_env.HOME }}/.config/mpv/input.conf' }
- { src: 'templates/mpv/config.j2', dest: '{{ ansible_env.HOME }}/.config/mpv/mpv.conf' }
- {
src: 'templates/mpv/input.j2',
dest: '{{ ansible_env.HOME }}/.config/mpv/input.conf',
}
- {
src: 'templates/mpv/config.j2',
dest: '{{ ansible_env.HOME }}/.config/mpv/mpv.conf',
}