27 lines
384 B
YAML
27 lines
384 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tests:
|
||
|
- smoke
|
||
|
required_packages:
|
||
|
- gcc
|
||
|
- make
|
||
|
- gnome-common
|
||
|
- autoconf
|
||
|
- automake
|
||
|
- gettext-devel
|
||
|
- ibus-devel
|
||
|
- gtk3-devel
|
||
|
- pkgconfig
|
||
|
- libtool
|
||
|
- m17n-lib-devel
|