mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-04-10 03:15:02 +00:00
* fix #656: do not force network removal by default * Remove `-f` flag when removing network with `podman network rm`, so that containers using the network won't be removed by default. * Add `force` option (default False) to `podman_network`, which uses `-f` and removes containers using the network Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com> * set default=False for `force` Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com> --------- Signed-off-by: Chris Xiao <30990835+chrisx8@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| podman_container.py | ||
| podman_container_exec.py | ||
| podman_container_info.py | ||
| podman_containers.py | ||
| podman_export.py | ||
| podman_generate_systemd.py | ||
| podman_image.py | ||
| podman_image_info.py | ||
| podman_import.py | ||
| podman_load.py | ||
| podman_login.py | ||
| podman_login_info.py | ||
| podman_logout.py | ||
| podman_network.py | ||
| podman_network_info.py | ||
| podman_play.py | ||
| podman_pod.py | ||
| podman_pod_info.py | ||
| podman_prune.py | ||
| podman_runlabel.py | ||
| podman_save.py | ||
| podman_secret.py | ||
| podman_tag.py | ||
| podman_volume.py | ||
| podman_volume_info.py | ||