1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-12 04:15:01 +00:00
ansible-podman-collections/plugins
Chris Xiao e463004db7
Fix #656: Do not force network removal by default (#660)
* 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>
2023-10-31 12:28:41 +02:00
..
become Change yes/no to true/false in the modules (#561) 2023-03-08 23:28:52 +02:00
connection fix for buildah improper remote target (#540) 2023-01-18 23:55:36 +02:00
module_utils Add options for resource limits to podman_pod (#635) 2023-09-08 13:36:31 +03:00
modules Fix #656: Do not force network removal by default (#660) 2023-10-31 12:28:41 +02:00