mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Use force_kill instead of stop_timeout to fasten container cleanup. (#48733)
This commit is contained in:
committed by
John R Barker
parent
e6ffc4f89a
commit
afded1c778
@@ -20,7 +20,7 @@
|
||||
docker_container:
|
||||
name: "{{ item }}"
|
||||
state: absent
|
||||
stop_timeout: 1
|
||||
force_kill: yes
|
||||
with_items: "{{ cnames }}"
|
||||
- name: "Make sure all networks are removed"
|
||||
docker_network:
|
||||
|
||||
Reference in New Issue
Block a user