Run prettier
This commit is contained in:
parent
a515d95625
commit
341d0268ec
8 changed files with 59 additions and 32 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue