fixed typo
This commit is contained in:
parent
b2c12380dc
commit
276a27f89f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
chdir: /var/www/nextcloud
|
chdir: /var/www/nextcloud
|
||||||
with_items:
|
with_items:
|
||||||
- { key: "mail_from_address", value: "{{ nextcloud.mail.from }}" }
|
- { key: "mail_from_address", value: "{{ nextcloud.mail.from }}" }
|
||||||
- { key: "mail_domain", value: "{{ nextcloud.eail.domain }}" }
|
- { key: "mail_domain", value: "{{ nextcloud.mail.domain }}" }
|
||||||
- { key: "mail_smtpmode", value: "smtp" }
|
- { key: "mail_smtpmode", value: "smtp" }
|
||||||
- { key: "mail_smtpauthtype", value: "PLAIN" }
|
- { key: "mail_smtpauthtype", value: "PLAIN" }
|
||||||
- { key: "mail_smtphost", value: "{{ mail.server }}" }
|
- { key: "mail_smtphost", value: "{{ mail.server }}" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue