fix new nextcloud warnings
This commit is contained in:
parent
3ae74a31a2
commit
7b44c557de
2 changed files with 15 additions and 11 deletions
|
|
@ -46,17 +46,18 @@
|
|||
args:
|
||||
chdir: /var/www/nextcloud
|
||||
with_items:
|
||||
- { key: "mail_from_address", value: "{{ nextcloud.mail.from }}" }
|
||||
- { key: "mail_domain", value: "{{ nextcloud.mail.domain }}" }
|
||||
- { key: "mail_smtpmode", value: "{{ nextcloud.mail.mode }}" }
|
||||
- { key: "mail_smtpauthtype", value: "PLAIN" }
|
||||
- { key: "mail_smtphost", value: "{{ nextcloud.mail.server|d('') }}" }
|
||||
- { key: "mail_smtpport", value: "25" }
|
||||
- { key: "mail_smtppassword", value: "{{ nextcloud.mail.password|d('') }}" }
|
||||
- { key: "mail_smtpname", value: "{{ nextcloud.mail.user|d('') }}" }
|
||||
- { key: "memcache.local", value: '{{ "\OC\Memcache\APCu" }}' }
|
||||
- { key: "datadirectory", value: "{{ nextcloud.datadir }}" }
|
||||
- { key: "defaultapp", value: "files" }
|
||||
- { key: "mail_from_address", value: "{{ nextcloud.mail.from }}" }
|
||||
- { key: "mail_domain", value: "{{ nextcloud.mail.domain }}" }
|
||||
- { key: "mail_smtpmode", value: "{{ nextcloud.mail.mode }}" }
|
||||
- { key: "mail_smtpauthtype", value: "PLAIN" }
|
||||
- { key: "mail_smtphost", value: "{{ nextcloud.mail.server|d('') }}" }
|
||||
- { key: "mail_smtpport", value: "25" }
|
||||
- { key: "mail_smtppassword", value: "{{ nextcloud.mail.password|d('') }}" }
|
||||
- { key: "mail_smtpname", value: "{{ nextcloud.mail.user|d('') }}" }
|
||||
- { key: "memcache.local", value: '{{ "\OC\Memcache\APCu" }}' }
|
||||
- { key: "datadirectory", value: "{{ nextcloud.datadir }}" }
|
||||
- { key: "defaultapp", value: "files" }
|
||||
- { key: "default_phone_region", value: "DE" }
|
||||
|
||||
- name: copy nextcloud nginx config
|
||||
template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue