32 lines
716 B
YAML
32 lines
716 B
YAML
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
become: yes
|
||
|
roles:
|
||
|
- role: custom-test-fonts
|
||
|
required_packages:
|
||
|
- bitmap-console-fonts
|
||
|
- bitmap-fangsongti-fonts
|
||
|
- bitmap-fixed-fonts
|
||
|
- bitmap-lucida-typewriter-fonts
|
||
|
path_prefix: /usr/share/fonts/bitmap
|
||
|
coverage:
|
||
|
en:
|
||
|
families:
|
||
|
- lang: en
|
||
|
alias: monospace
|
||
|
family: Console
|
||
|
package: bitmap-console-fonts
|
||
|
- lang: en
|
||
|
alias: monospace
|
||
|
family: Fangsong ti
|
||
|
package: bitmap-fangsongti-fonts
|
||
|
- lang: en
|
||
|
alias: monospace
|
||
|
family: Fixed
|
||
|
package: bitmap-fixed-fonts
|
||
|
- lang: en
|
||
|
alias: monospace
|
||
|
family: LucidaTypewriter
|
||
|
package: bitmap-lucida-typewriter-fonts
|