podman/tests/roles/bats_installed/tasks/main.yml
Jindrich Novy 5fcda62a98 podman-3.4.5-0.2.el9
- incorporate gating test fixes from Ed Santiago:
  - remove buildah and skopeo (unused)
  - bump BATS from v1.1 to v1.5
  - rename "nonroot" to "rootless"
- Related: #2000051

Signed-off-by: Ed Santiago <santiago@redhat.com>
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
2021-12-09 16:06:28 +01:00

13 lines
296 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.5.0.tar.gz
dest: /root
remote_src: true
- name: bats | install
command: ./install.sh /usr/local
args:
chdir: /root/bats-core-1.5.0