ab4a7972df
Add missing tests folder
22 lines
382 B
YAML
22 lines
382 B
YAML
---
|
|
- hosts: localhost
|
|
tags: [ always ]
|
|
tasks:
|
|
- set_fact:
|
|
our_required_packages:
|
|
- rsyslog
|
|
- logrotate
|
|
- bash
|
|
- libestr
|
|
- systemd # for journal integration
|
|
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- initial-gating-check
|
|
required_packages: "{{ our_required_packages }}"
|
|
|