Install extra fonts
This commit is contained in:
parent
df35a1a2ba
commit
98d4e8ee62
9 changed files with 13 additions and 0 deletions
BIN
files/fonts/Hanoded - Plakkaat.ttf
Normal file
BIN
files/fonts/Hanoded - Plakkaat.ttf
Normal file
Binary file not shown.
BIN
files/fonts/MarkOT-Bold.otf
Normal file
BIN
files/fonts/MarkOT-Bold.otf
Normal file
Binary file not shown.
BIN
files/fonts/MarkOT-Italic.otf
Normal file
BIN
files/fonts/MarkOT-Italic.otf
Normal file
Binary file not shown.
BIN
files/fonts/MarkOT.otf
Normal file
BIN
files/fonts/MarkOT.otf
Normal file
Binary file not shown.
BIN
files/fonts/TisaOT-Bold.otf
Normal file
BIN
files/fonts/TisaOT-Bold.otf
Normal file
Binary file not shown.
BIN
files/fonts/TisaOT-Ita.otf
Normal file
BIN
files/fonts/TisaOT-Ita.otf
Normal file
Binary file not shown.
BIN
files/fonts/TisaOT.otf
Normal file
BIN
files/fonts/TisaOT.otf
Normal file
Binary file not shown.
8
tasks/fonts.yml
Normal file
8
tasks/fonts.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: "Fonts | Copy font files"
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
dest: /usr/local/share/fonts
|
||||
mode: "0644"
|
||||
with_fileglob:
|
||||
- "files/fonts/*"
|
|
@ -7,3 +7,8 @@
|
|||
- name: Install packages
|
||||
ansible.builtin.import_tasks: install.yml
|
||||
tags: install
|
||||
|
||||
- name: Install fonts
|
||||
ansible.builtin.import_tasks: fonts.yml
|
||||
tags: fonts
|
||||
when: onlyoffice_extra_fonts
|
||||
|
|
Loading…
Reference in a new issue