12 lines
179 B
YAML
12 lines
179 B
YAML
|
---
|
||
|
# Run tests in all contexts
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tests:
|
||
|
- Sanity
|
||
|
required_packages:
|
||
|
- librabbitmq
|