mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 06:40:03 -07:00
Use force_kill instead of stop_timeout to fasten container cleanup. (#48733)
This commit is contained in:
parent
e6ffc4f89a
commit
afded1c778
11 changed files with 210 additions and 194 deletions
|
@ -44,7 +44,7 @@
|
|||
docker_container:
|
||||
name: "{{ item }}"
|
||||
state: absent
|
||||
stop_timeout: 1
|
||||
force_kill: yes
|
||||
with_items: "{{ cnames }}"
|
||||
|
||||
# Skip for CentOS 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue