1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00
This commit is contained in:
Sagi Shnaidman 2025-08-03 12:33:03 +03:00
parent 4bf7fdb536
commit 596fe1e19b
2 changed files with 4 additions and 1 deletions

View file

@ -460,4 +460,5 @@ jobs:
-e podman_version_ubuntu=latest
echo "Running podman_container tests..."
TEST2RUN=podman_container_idempotency ./ci/run_containers_tests.sh
ANSIBLECMD="ansible-playbook --skip-tags no_build_version " \
TEST2RUN=podman_container_idempotency ./ci/run_containers_tests.sh

View file

@ -36,6 +36,8 @@
- name: Test idempotency of ports
include_tasks: idem_ports.yml
tags:
- no_build_version
- name: Test idempotency of volumes
include_tasks: idem_volumes.yml