mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-18 01:58:13 +00:00
update description
This commit is contained in:
parent
adbdf17cba
commit
256839d125
@ -162,9 +162,9 @@ options:
|
|||||||
version_added: 3.8.0
|
version_added: 3.8.0
|
||||||
assume_yes:
|
assume_yes:
|
||||||
description:
|
description:
|
||||||
- When O(yes=true), pass C(--yes) to assume "yes" as answer to all prompts and run non-interactively.
|
- When O(assume_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)
|
- Right now a prompt is asked whenever a non-matching volume should be re-created. O(assume_yes=false)
|
||||||
results in the question being answered by "no", which will simply re-use the existing volume.
|
results in the question not being answered, which will hang as it waits for stdin.
|
||||||
- This option is only available on Docker Compose 2.32.0 or newer.
|
- This option is only available on Docker Compose 2.32.0 or newer.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user