13 lines
260 B
YAML
13 lines
260 B
YAML
|
---
|
||
|
# This first play always runs on the local staging system
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- NSS-tools-should-not-use-SHA1-by-default-when
|
||
|
required_packages:
|
||
|
- nss-tools
|
||
|
- nss
|