31 lines
652 B
YAML
31 lines
652 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
tasks:
|
|
- name: Brew a warm one
|
|
shell: dnf config-manager --add-repo 'http://download.eng.bos.redhat.com/brewroot/repos/rhel-8.1.0-build/latest/x86_64/'
|
|
args:
|
|
warn: false
|
|
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
required_packages:
|
|
- git
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- krb5-server
|
|
- krb5-workstation
|
|
- krb5-devel
|
|
- python3-gssapi
|
|
- python3-devel
|
|
- rpm-build
|
|
- gcc
|
|
tests:
|
|
- driver
|