mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Remove 'detach' when creating container
This commit is contained in:
parent
6f8df336bc
commit
cd652fe2ee
5 changed files with 18 additions and 0 deletions
4
.github/workflows/podman_container_idem.yml
vendored
4
.github/workflows/podman_container_idem.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_container_idempotency.yml'
|
||||
- 'plugins/modules/podman_container.py'
|
||||
- 'plugins/module_utils/podman/podman_container_lib.py'
|
||||
- 'plugins/module_utils/podman/common.py'
|
||||
- 'tests/integration/targets/podman_container_idempotency/**'
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -18,6 +20,8 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_container_idempotency.yml'
|
||||
- 'plugins/modules/podman_container.py'
|
||||
- 'plugins/module_utils/podman/podman_container_lib.py'
|
||||
- 'plugins/module_utils/podman/common.py'
|
||||
- 'tests/integration/targets/podman_container_idempotency/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue