Quote strings that make the module docs fail to build
This commit is contained in:
parent
d6db0f3981
commit
f68b88b84d
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ description:
|
||||||
options:
|
options:
|
||||||
registry:
|
registry:
|
||||||
description:
|
description:
|
||||||
- URL of the registry, defaults to: https://index.docker.io/v1/
|
- "URL of the registry, defaults to: https://index.docker.io/v1/"
|
||||||
required: false
|
required: false
|
||||||
default: https://index.docker.io/v1/
|
default: "https://index.docker.io/v1/"
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- The username for the registry account
|
- The username for the registry account
|
||||||
|
|
Loading…
Reference in a new issue