fixed typo

This commit is contained in:
nd 2018-11-13 01:12:36 +01:00
parent b2c12380dc
commit 276a27f89f
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -30,7 +30,7 @@
chdir: /var/www/nextcloud
with_items:
- { 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_smtpauthtype", value: "PLAIN" }
- { key: "mail_smtphost", value: "{{ mail.server }}" }