10 lines
240 B
YAML
10 lines
240 B
YAML
|
---
|
||
|
# This first play always runs on the local staging system
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- atomic
|
||
|
- classic
|
||
|
- container
|
||
|
roles:
|
||
|
- { role: standard-test-beakerlib, tests: [ test-basics, readlink-cannot-handle-recursive-symlinks ] }
|