1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00

CI: fix review comments

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2026-01-17 17:43:21 +02:00 committed by Sergey
parent d6f395d18e
commit a5d6a30c92
2 changed files with 6 additions and 8 deletions

View file

@ -56,22 +56,19 @@
- distro == 'Ubuntu24'
block:
- name: Remove existing golang-github-containers-common
- name: Remove existing container packages
package:
name:
- podman
- buildah
- skopeo
- crun
state: absent
- name: Remove existing golang-github-containers-common
package:
name: golang-github-containers-common
- golang-github-containers-common
state: absent
- name: Run autoremove
command: apt-get autoremove -y
ansible.builtin.apt:
autoremove: true
- name: Install podman
package: