4b110147f6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/shadow-utils#9f643a301165a0b1bb1fcb7b9c425809d5791a2f
14 lines
314 B
YAML
14 lines
314 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
tests:
|
|
- sanity
|
|
required_packages:
|
|
- shadow-utils # sanity test needs shadow-utils
|
|
- python # sanity test needs python
|