Fix syntax issues with modules
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
- name: Install mpv.conf
|
||||
ansible.builtin.copy:
|
||||
src: mpv.conf
|
||||
dest: "/home/{{ username }}/.config/mpv/mpv.conf"
|
||||
dest: "~/.config/mpv/"
|
||||
|
||||
- name: Install scripts
|
||||
ansible.builtin.copy:
|
||||
src: scripts
|
||||
dest: "/home/{{ username }}/.config/mpv/"
|
||||
dest: "~/.config/mpv/"
|
||||
|
Reference in New Issue
Block a user