mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
No ports
This commit is contained in:
parent
4bf7fdb536
commit
596fe1e19b
2 changed files with 4 additions and 1 deletions
3
.github/workflows/build_latest_podman.yml
vendored
3
.github/workflows/build_latest_podman.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue