Group/host variable refactor
This commit is contained in:
parent
eb308670cc
commit
4b8aaf3e95
78 changed files with 445 additions and 374 deletions
|
|
@ -1,20 +0,0 @@
|
|||
- name: create configuration directory
|
||||
file:
|
||||
path: '{{ ansible_env.HOME }}/.config/mpv'
|
||||
state: directory
|
||||
mode: '0700'
|
||||
|
||||
- name: copy configuration files
|
||||
template:
|
||||
src: '{{ item.src }}'
|
||||
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',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue