mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add desktop font fallback config for tmux symbols
This commit is contained in:
@@ -40,6 +40,13 @@
|
||||
loop_control:
|
||||
label: "{{ item.dest }}"
|
||||
|
||||
- name: Refresh user font cache
|
||||
ansible.builtin.command: fc-cache -f
|
||||
become_user: "{{ username }}"
|
||||
environment:
|
||||
HOME: "{{ user_home }}"
|
||||
changed_when: false
|
||||
|
||||
- name: Ensure .gnupg directory exists
|
||||
ansible.builtin.file:
|
||||
path: "{{ user_home }}/.gnupg"
|
||||
|
||||
Reference in New Issue
Block a user