fix: defaults for smtp credentials

This commit is contained in:
s3lph 2025-03-05 22:19:03 +01:00
parent 2d98102763
commit c50db3a5ad
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 0 additions and 4 deletions
roles

View file

@ -164,13 +164,11 @@ argument_specs:
- If present, the username Pretalx uses to send e-mail.
- "Only takes effect if O(pretalx_mail_password) is set as well."
type: str
default: null
pretalx_mail_password:
description:
- If present, the password Pretalx uses to send e-mail.
- "Only takes effect if O(pretalx_mail_username) is set as well."
type: str
default: null
# pretalx.cfg: redis config section
pretalx_valkey_db_offset:

View file

@ -174,13 +174,11 @@ argument_specs:
- If present, the username Pretix uses to send e-mail.
- "Only takes effect if O(pretix_mail_password) is set as well."
type: str
default: null
pretix_mail_password:
description:
- If present, the password Pretix uses to send e-mail.
- "Only takes effect if O(pretix_mail_username) is set as well."
type: str
default: null
# pretix.cfg: redis config section
pretix_valkey_db_offset: