2017-10-02 17:54:34 +00:00
|
|
|
---
|
|
|
|
# This first play always runs on the local staging system
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
2018-04-12 11:40:44 +00:00
|
|
|
- container
|
|
|
|
- atomic
|
2017-10-02 17:54:34 +00:00
|
|
|
tests:
|
|
|
|
- initscript
|
|
|
|
required_packages:
|
|
|
|
- at # Required to run initscript
|