bec89c7423
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hwdata#73309dcaf964a84ec24dcf5fd0170cd1e74997d1
19 lines
305 B
YAML
19 lines
305 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- ids-files
|
|
- syntax
|
|
required_packages:
|
|
- hwdata
|
|
- pciutils
|
|
- usbutils
|
|
- grep
|
|
- coreutils
|
|
- hwdata
|
|
- wget
|