diff --git a/.ansible/roles/desktop/tasks/linux/00_software.yaml b/.ansible/roles/desktop/tasks/linux/00_software.yaml index ce01436..b04060b 100644 --- a/.ansible/roles/desktop/tasks/linux/00_software.yaml +++ b/.ansible/roles/desktop/tasks/linux/00_software.yaml @@ -39,6 +39,14 @@ loop: "{{ linux_apps }}" become: true +- name: Ensure shared fonts directory exists + tags: + - install + - fonts + file: + path: '~/.local/share/fonts' + state: directory + - name: Checking for Modern Pictogram font tags: - install