b12d395039
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/coreutils#f4b85e63ba4ad4457596bf9181b39e7831c9e701
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 ] }
|