mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00: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:
committed by
John R Barker
parent
b88304f211
commit
7c8120d0de
@@ -42,7 +42,7 @@ options:
|
|||||||
required: false
|
required: false
|
||||||
cleanup:
|
cleanup:
|
||||||
description:
|
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
|
default: false
|
||||||
required: false
|
required: false
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user