Fix argument specs typo
This commit is contained in:
@@ -5,25 +5,14 @@ argument_specs:
|
||||
short_description: Alpine container
|
||||
description: "Sets up an alpine docker container. This role can be used as a template for other roles using the container role."
|
||||
options:
|
||||
databse_passwords:
|
||||
database_passwords:
|
||||
description: "Passed to container role"
|
||||
required: true
|
||||
type: dict
|
||||
options:
|
||||
grafana:
|
||||
description: "Grafana database password"
|
||||
type: str
|
||||
required: true
|
||||
docker_vhost_domains:
|
||||
description: "Passed to container role"
|
||||
required: true
|
||||
type: dict
|
||||
options:
|
||||
grafana:
|
||||
description: "Grafana vhost domain"
|
||||
type: list
|
||||
required: true
|
||||
elements: str
|
||||
|
||||
# All options after this will be passed directly to the container role
|
||||
docker_host_user:
|
||||
|
||||
Reference in New Issue
Block a user