14 lines
195 B
YAML
14 lines
195 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
required_packages:
|
||
|
- unicode-ucd
|
||
|
- python36
|
||
|
tests:
|
||
|
- parse:
|
||
|
run: python3 test.py
|
||
|
...
|