13 lines
268 B
YAML
13 lines
268 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: fonts-testing-role
|
||
|
installed_test_name: google-noto-emoji-fonts
|
||
|
tags:
|
||
|
- classic
|
||
|
- gating
|
||
|
required_packages:
|
||
|
- fontconfig
|
||
|
- google-noto-emoji-fonts
|
||
|
- google-noto-emoji-color-fonts
|
||
|
|