Quote strings that make the module docs fail to build
This commit is contained in:
parent
19374903ac
commit
b87e3ce362
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ description:
|
|||
options:
|
||||
registry:
|
||||
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
|
||||
default: https://index.docker.io/v1/
|
||||
default: "https://index.docker.io/v1/"
|
||||
username:
|
||||
description:
|
||||
- The username for the registry account
|
||||
|
|
Loading…
Reference in a new issue