---
- name: Create directory for fonts
  ansible.builtin.file:
    path: ~/.local/share/fonts
    state: directory
    mode: 0700
    owner: "{{ target_user }}"
    group: "{{ target_user }}"

- name: Upload fonts from current installation
  ansible.posix.synchronize:
    src: ~/.local/share/fonts/
    dest: ~/.local/share/fonts/