Ensure shared fonts directory exists
This commit is contained in:
parent
65df285ef3
commit
47ff023862
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue