12 lines
218 B
YAML
12 lines
218 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- git-core
|
|
- pytest
|
|
tests:
|
|
- pefile-tests:
|
|
run: /usr/share/python-pefile/pefile-tests.sh
|