2021-09-03 14:06:00 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
tags: classic
|
|
|
|
vars:
|
|
|
|
- artifacts: ./artifacts
|
|
|
|
roles:
|
2021-09-14 10:20:59 +00:00
|
|
|
- role: bats_installed
|
2021-09-14 09:19:51 +00:00
|
|
|
- role: set_image
|
2021-09-03 14:06:00 +00:00
|
|
|
- role: nonroot_user
|
|
|
|
- role: run_bats_tests
|
|
|
|
tests:
|
|
|
|
- name: toolbox
|
|
|
|
package: toolbox
|
|
|
|
environment:
|
|
|
|
PODMAN: /usr/bin/podman
|
2021-09-16 14:35:17 +00:00
|
|
|
TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5-6
|
2021-12-16 22:30:02 +00:00
|
|
|
become: true
|