mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Add new 6 version in CI (#989)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
b1a60bf8b7
commit
4e0cdb35b7
4 changed files with 16 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
podman_version: 5
|
||||
when: podman_v.stdout is version('5.0.0', '>=')
|
||||
|
||||
- name: Set podman version to 6
|
||||
set_fact:
|
||||
podman_version: 6
|
||||
when: podman_v.stdout is version('6.0.0', '>=')
|
||||
|
||||
- name: Prepare a container
|
||||
include_tasks: build_test_container.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue