15 lines
298 B
YAML
15 lines
298 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
|
||
|
required_packages:
|
||
|
- redhat-rpm-config
|
||
|
- annobin
|
||
|
|
||
|
tests:
|
||
|
- build_hello_world:
|
||
|
dir: .
|
||
|
run: "./build_hello_world.sh"
|