3e0d5393a4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bitmap-fonts#2c4fec66edc8179d5784014d49a137a6bd8015f3
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
|