mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-17 17:48:27 +00:00
Apply doc suggestion
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
4bf5bd235d
commit
3b8344a1c6
@ -163,6 +163,9 @@ options:
|
|||||||
yes:
|
yes:
|
||||||
description:
|
description:
|
||||||
- When O(yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively.
|
- When O(yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively.
|
||||||
|
- Right now a prompt is asked whenever a non-matching volume should be re-created. O(yes=false)
|
||||||
|
results in the question being answered by "no", which will simply re-use the existing volume.
|
||||||
|
- This option is only available on Docker Compose 2.32.0 or newer.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
version_added: TODO
|
version_added: TODO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user