mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-04-28 11:58:48 +00:00
Fix podman_pod* modules for Podman v3 (#207)
Fix network in podman_pod modules for Podman v3
This commit is contained in:
parent
44d266dc3e
commit
9f45c40ea9
3 changed files with 8 additions and 1 deletions
2
.github/workflows/podman_pod.yml
vendored
2
.github/workflows/podman_pod.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_pod.yml'
|
||||
- 'plugins/module_utils/podman/podman_pod_lib.py'
|
||||
- 'plugins/modules/podman_pod.py'
|
||||
- 'plugins/modules/podman_pod_info.py'
|
||||
- 'tests/integration/targets/podman_pod/**'
|
||||
|
|
@ -18,6 +19,7 @@ on:
|
|||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_pod.yml'
|
||||
- 'plugins/module_utils/podman/podman_pod_lib.py'
|
||||
- 'plugins/modules/podman_pod.py'
|
||||
- 'plugins/modules/podman_pod_info.py'
|
||||
- 'tests/integration/targets/podman_pod/**'
|
||||
|
|
|
|||
2
.github/workflows/podman_pod_info.yml
vendored
2
.github/workflows/podman_pod_info.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_pod_info.yml'
|
||||
- 'plugins/module_utils/podman/podman_pod_lib.py'
|
||||
- 'plugins/modules/podman_pod.py'
|
||||
- 'plugins/modules/podman_pod_info.py'
|
||||
- 'tests/integration/targets/podman_pod_info/**'
|
||||
|
|
@ -18,6 +19,7 @@ on:
|
|||
- 'ci/*.yml'
|
||||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_pod_info.yml'
|
||||
- 'plugins/module_utils/podman/podman_pod_lib.py'
|
||||
- 'plugins/modules/podman_pod.py'
|
||||
- 'plugins/modules/podman_pod_info.py'
|
||||
- 'tests/integration/targets/podman_pod_info/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue