mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-03 23:01:48 +00:00
Run CI jobs with newer podman 4 (#525)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com> Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
95649a6e66
commit
4f6ed89607
30 changed files with 66 additions and 70 deletions
|
|
@ -3,7 +3,7 @@
|
|||
become: true
|
||||
shell: |
|
||||
. /etc/os-release
|
||||
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
|
||||
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
|
||||
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
|
||||
apt-get update
|
||||
when: ansible_distribution|lower == "ubuntu"
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
- vim
|
||||
- dnsmasq
|
||||
- slirp4netns
|
||||
state: latest
|
||||
|
||||
- name: Discover slirp4netns version
|
||||
shell: slirp4netns -v | grep version | awk {'print $3'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue