15 lines
289 B
YAML
15 lines
289 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- selftest
|
|
required_packages:
|
|
- libxml2-devel
|
|
- python3-devel
|
|
- python3-libxml2
|
|
- libxml2-python3
|