Skip to content
Snippets Groups Projects
Commit 8a1085ec authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: remove unnecessary task for font directory creation

parent ad726e1c
No related branches found
No related tags found
No related merge requests found
--- ---
# provide fonts for callas
- name: create font-cache folder
ansible.builtin.file:
path: "/usr/local/share/callas/cache/"
state: directory
mode: "0775"
owner: "www-data"
group: "www-data"
# install applefonts # install applefonts
- name: copy applefonts - name: install applefonts package
ansible.builtin.unarchive: ansible.builtin.package:
src: "applefonts.zip" name: "applefonts"
dest: "/usr/share/fonts/truetype/" state: latest
mode: "0644"
notify: notify:
- run fc-cache to rebuild font information cache files and add applefonts - run fc-cache to rebuild font information cache files and add applefonts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment