- 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/"