ansible-lint recommendations

This commit is contained in:
Oli
2023-07-27 23:27:11 +00:00
parent ccca06915f
commit 3e747a1069
31 changed files with 87 additions and 84 deletions

View File

@@ -25,8 +25,8 @@
"mail_sendmailmode": "smtp",
"mail_domain": "{{ nextcloud_smtp_from_domain }}",
"mail_smtpauth": 1,
"mail_smtpname": "{{ nextcloud_smtp_user }}",
"mail_smtppassword": "{{ nextcloud_smtp_pass }}",
"mail_smtpname": "{{ vault_nextcloud_smtp_user }}",
"mail_smtppassword": "{{ vault_nextcloud_smtp_pass }}",
"mail_smtpsecure": "tls",
"loglevel": 1,
"logfile": {{ nextcloud_log_file | to_json }},