11 lines
246 B
YAML
11 lines
246 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
repositories:
|
||
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
||
|
dest: "selinux"
|
||
|
fmf_filter: "tier:1 | component:selinux-policy"
|