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:
parent
7d311ad5b3
commit
7d98bdbea2
1 changed files with 1 additions and 4 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue