chore: lint argument_specs
This commit is contained in:
parent
c1a99b0bae
commit
2c857e2cb2
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.ansible/
|
|
@ -15,7 +15,7 @@ argument_specs:
|
|||
author: s3lph
|
||||
options:
|
||||
dovecot_imap_greeting:
|
||||
descrption:
|
||||
description:
|
||||
- The greeting message displayed to clients.
|
||||
type: str
|
||||
default: "Dovecot ready."
|
||||
|
|
|
@ -38,7 +38,7 @@ argument_specs:
|
|||
- Field names are case insensitive.
|
||||
type: list
|
||||
elements: str
|
||||
default: [from, from_, reply-to, sender]
|
||||
default: [from, from_, reply-to, sender]
|
||||
mailman_email_commands_max_lines:
|
||||
description:
|
||||
- Mail command processor will ignore mail command lines after designated max.
|
||||
|
|
Loading…
Add table
Reference in a new issue