1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-09 03:58:59 +00:00

Use force_kill instead of stop_timeout to fasten container cleanup. (#48733)

This commit is contained in:
Felix Fontein 2018-11-16 13:37:12 +01:00 committed by John R Barker
parent e6ffc4f89a
commit afded1c778
11 changed files with 210 additions and 194 deletions

View file

@ -125,7 +125,7 @@
docker_container:
name: "{{ container_name }}"
state: absent
stop_timeout: 1
force_kill: yes
loop:
- "{{ cname_1 }}"
- "{{ cname_2 }}"