mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 11:32:05 +00:00
review fix
This commit is contained in:
parent
30f3a1321c
commit
48745bf8c1
@ -41,7 +41,7 @@ options:
|
||||
default: false
|
||||
pull:
|
||||
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
|
||||
default: false
|
||||
with_dependencies:
|
||||
@ -52,7 +52,7 @@ options:
|
||||
default: false
|
||||
memory_limit:
|
||||
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
|
||||
services:
|
||||
description:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user