1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix misleading cleanup/detach documentation (#34674)

* Fix misleading cleanup/detach documentation

Current documentation is not concrete regarding desired
state of `detach` to make container be properly removed
with `cleanup`

Make `detach:false` be mentioned explicitly

* Tweak formatting
This commit is contained in:
Yury Tsarev 2018-01-10 16:33:22 +01:00 committed by John R Barker
parent b88304f211
commit 7c8120d0de

View file

@ -42,7 +42,7 @@ options:
required: false
cleanup:
description:
- Use with I(detach) to remove the container after successful execution.
- Use with I(detach=false) to remove the container after successful execution.
default: false
required: false
version_added: "2.2"