mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
CI: fix review comments
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
d6f395d18e
commit
a5d6a30c92
2 changed files with 6 additions and 8 deletions
|
|
@ -56,22 +56,19 @@
|
||||||
- distro == 'Ubuntu24'
|
- distro == 'Ubuntu24'
|
||||||
block:
|
block:
|
||||||
|
|
||||||
- name: Remove existing golang-github-containers-common
|
- name: Remove existing container packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- podman
|
- podman
|
||||||
- buildah
|
- buildah
|
||||||
- skopeo
|
- skopeo
|
||||||
- crun
|
- crun
|
||||||
state: absent
|
- golang-github-containers-common
|
||||||
|
|
||||||
- name: Remove existing golang-github-containers-common
|
|
||||||
package:
|
|
||||||
name: golang-github-containers-common
|
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Run autoremove
|
- name: Run autoremove
|
||||||
command: apt-get autoremove -y
|
ansible.builtin.apt:
|
||||||
|
autoremove: true
|
||||||
|
|
||||||
- name: Install podman
|
- name: Install podman
|
||||||
package:
|
package:
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- image.image != {}
|
- image.image != {}
|
||||||
# - image.image.NamesHistory.0 == "registry.k8s.io/pause:latest" but in 5.7, NamesHistory is null
|
# - image.image.NamesHistory.0 == "registry.k8s.io/pause:latest" bug in 5.7, NamesHistory is null
|
||||||
|
|
||||||
- name: Pull images
|
- name: Pull images
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
|
|
@ -87,5 +87,6 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- image.image != {}
|
- image.image != {}
|
||||||
|
# bug in 5.7, NamesHistory is null
|
||||||
# - '"registry.k8s.io/coredns/coredns:v1.9.3" in image.image.NamesHistory'
|
# - '"registry.k8s.io/coredns/coredns:v1.9.3" in image.image.NamesHistory'
|
||||||
# - '"gcr.io/kubernetes-e2e-test-images/echoserver:2.2" in image.image.NamesHistory'
|
# - '"gcr.io/kubernetes-e2e-test-images/echoserver:2.2" in image.image.NamesHistory'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue