squashfs-tools/tests/test_working.yml
Bruno Wolff III 9959118c08 We need ansible installed
For this approach to maybe work, we need to be able to
run ansible-playbook.
2019-05-21 23:55:57 -05:00

13 lines
243 B
YAML

- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- working:
dir: .
run: ansible-playbook --tags=classic wrapper_working.yml
required_packages:
- rpmdevtools
- ansible