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:
parent
b88304f211
commit
7c8120d0de
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue