dotfiles/roles/fonts/tasks/main.yml
Matej Focko 0554e665c5
chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:23:02 +02:00

13 lines
332 B
YAML

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