12 lines
214 B
YAML
12 lines
214 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- basic-commands
|
|
required_packages:
|
|
- cups
|