Fix non-matching defaults. (#494) (#495)

(cherry picked from commit 1ac3a99e7c)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-11-01 19:20:29 +01:00 committed by GitHub
parent ce8e33153c
commit 7abd55adba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ options:
M(community.docker.docker_container) module to ensure your containers are correctly connected to this network.
type: list
elements: str
default: []
aliases:
- containers
@ -43,6 +44,7 @@ options:
description:
- Dictionary of network settings. Consult docker docs for valid options and values.
type: dict
default: {}
force:
description:
@ -130,6 +132,7 @@ options:
description:
- Dictionary of labels.
type: dict
default: {}
scope:
description:

View File

@ -47,6 +47,7 @@ options:
description:
- Dictionary of plugin settings.
type: dict
default: {}
force_remove:
description:

View File

@ -34,6 +34,7 @@ options:
- "Dictionary of volume settings. Consult docker docs for valid options and values:
U(https://docs.docker.com/engine/reference/commandline/volume_create/#driver-specific-options)."
type: dict
default: {}
labels:
description: