1b207227f3
There's no need to explicitly set the PODMAN environment variable to its default value of /usr/bin/podman.
13 lines
215 B
YAML
13 lines
215 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
vars:
|
|
- artifacts: ./artifacts
|
|
roles:
|
|
- role: nonroot_user
|
|
- role: run_bats_tests
|
|
tests:
|
|
- name: toolbox
|
|
package: toolbox
|
|
become: true
|
|
|