14 lines
300 B
YAML
14 lines
300 B
YAML
|
---
|
||
|
# This first play always runs on the local staging system
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
- container
|
||
|
- atomic
|
||
|
tests:
|
||
|
- cmd-line-options
|
||
|
required_packages:
|
||
|
- which # which package required for cmd-line-options
|