41a1e18457
- update to https://github.com/containers/podman/releases/tag/v5.1.1 - Related: RHEL-34195 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
13 lines
298 B
YAML
13 lines
298 B
YAML
---
|
|
# Sigh; RHEL8 doesn't have BATS
|
|
- name: bats | fetch and unpack tarball
|
|
unarchive:
|
|
src: https://github.com/bats-core/bats-core/archive/v1.11.0.tar.gz
|
|
dest: /root
|
|
remote_src: true
|
|
|
|
- name: bats | install
|
|
command: ./install.sh /usr/local
|
|
args:
|
|
chdir: /root/bats-core-1.11.0
|