fix(user/fonts): switch to rsync

Use rsync for uploading the fonts as it's much faster the builtin.copy

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 21:58:10 +02:00
parent 7d311ad5b3
commit 7d98bdbea2
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -8,9 +8,6 @@
group: "{{ target_user }}"
- name: Upload fonts from current installation
ansible.builtin.copy:
ansible.posix.synchronize:
src: ~/.local/share/fonts/
dest: ~/.local/share/fonts/
mode: 0755
owner: "{{ target_user }}"
group: "{{ target_user }}"