mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-11 12:22:06 +00:00
review fix
This commit is contained in:
parent
30f3a1321c
commit
48745bf8c1
@ -41,7 +41,7 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
pull:
|
pull:
|
||||||
description:
|
description:
|
||||||
- If set to V(true), will attempt to pull newer version of the image
|
- If set to V(true), will attempt to pull newer version of the image.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
with_dependencies:
|
with_dependencies:
|
||||||
@ -52,7 +52,7 @@ options:
|
|||||||
default: false
|
default: false
|
||||||
memory_limit:
|
memory_limit:
|
||||||
description:
|
description:
|
||||||
- Memory limit for the build container, in bytes. Not supported by BuildKit
|
- Memory limit for the build container, in bytes. Not supported by BuildKit.
|
||||||
type: int
|
type: int
|
||||||
services:
|
services:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user