You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
519 B
23 lines
519 B
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: custom-test-fonts
|
|
required_packages:
|
|
- linux-libertine-fonts
|
|
- linux-libertine-biolinum-fonts
|
|
path_prefix: /usr/share/fonts/linux-libertine
|
|
coverage:
|
|
en:
|
|
exclude:
|
|
- LinLibertine_I.otf
|
|
families:
|
|
- lang: en
|
|
alias: serif
|
|
family: Linux Libertine O
|
|
package: linux-libertine-fonts
|
|
- lang: en
|
|
alias: sans-serif
|
|
family: Linux Biolinum O
|
|
package: linux-libertine-biolinum-fonts
|