Add mpv
This commit is contained in:
15
roles/mpv/tasks/main.yml
Normal file
15
roles/mpv/tasks/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
- name: Install mpv
|
||||
ansible.builtin.package:
|
||||
name: mpv
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: Install mpv.conf
|
||||
ansible.builtin.copy:
|
||||
src: mpv.conf
|
||||
dest: "/home/{{ username }}/.config/mpv/mpv.conf"
|
||||
|
||||
- name: Install scripts
|
||||
ansible.builtin.copy:
|
||||
src: scripts
|
||||
dest: "/home/{{ username }}/.config/mpv/"
|
Reference in New Issue
Block a user