From 47ff0238625783de125ec5c358c6feed9e983b71 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 22 Feb 2019 20:45:44 +0000 Subject: [PATCH] Ensure shared fonts directory exists --- .ansible/roles/desktop/tasks/linux/00_software.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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