Ensure shared fonts directory exists

This commit is contained in:
Scott Wallace 2019-02-22 20:45:44 +00:00
parent 65df285ef3
commit 47ff023862

View file

@ -39,6 +39,14 @@
loop: "{{ linux_apps }}" loop: "{{ linux_apps }}"
become: true become: true
- name: Ensure shared fonts directory exists
tags:
- install
- fonts
file:
path: '~/.local/share/fonts'
state: directory
- name: Checking for Modern Pictogram font - name: Checking for Modern Pictogram font
tags: tags:
- install - install