toolbox/tests/tests.yml

15 lines
266 B
YAML
Raw Normal View History

2021-08-18 11:41:51 +00:00
---
- hosts: localhost
tags: classic
vars:
- artifacts: ./artifacts
roles:
- role: nonroot_user
- role: run_bats_tests
tests:
- name: toolbox
2021-08-23 18:25:13 +00:00
package: toolbox
environment:
PODMAN: /usr/bin/podman
become: true