13 lines
239 B
YAML
13 lines
239 B
YAML
|
- hosts: localhost
|
||
|
become: yes
|
||
|
tags:
|
||
|
- classic
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
required_packages:
|
||
|
- python3-ruamel-yaml-clib
|
||
|
- python3
|
||
|
tests:
|
||
|
- basic:
|
||
|
run: python3 ./test.py
|