23 lines
293 B
YAML
23 lines
293 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tests:
|
||
|
- smoke
|
||
|
required_packages:
|
||
|
- autoconf
|
||
|
- automake
|
||
|
- libtool
|
||
|
- m4
|
||
|
- gcc
|
||
|
- sed
|
||
|
- make
|