7212974445
Otherwise, it's difficult to read the file with cat(1). Resolves: #2000807
18 lines
374 B
YAML
18 lines
374 B
YAML
---
|
|
- hosts: localhost
|
|
tags: classic
|
|
vars:
|
|
- artifacts: ./artifacts
|
|
roles:
|
|
- role: bats_installed
|
|
- role: set_image
|
|
- role: nonroot_user
|
|
- role: run_bats_tests
|
|
tests:
|
|
- name: toolbox
|
|
package: toolbox
|
|
environment:
|
|
PODMAN: /usr/bin/podman
|
|
TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5-6
|
|
become: true
|