2022-01-06 08:43:08 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
tags: classic
|
|
|
|
vars:
|
|
|
|
- artifacts: ./artifacts
|
|
|
|
roles:
|
|
|
|
- role: bats_installed
|
|
|
|
- role: run_bats_tests
|
|
|
|
tests:
|
|
|
|
- name: buildah root
|
|
|
|
package: buildah
|
|
|
|
environment:
|
|
|
|
TMPDIR: /var/tmp
|
|
|
|
BUILDAH_BINARY: /usr/bin/buildah
|
|
|
|
IMGTYPE_BINARY: /usr/bin/buildah-imgtype
|
|
|
|
COPY_BINARY: /usr/bin/buildah-copy
|