From 1c63dbc50a70db4185f68643ae4be74b5b14b930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 20 Jul 2026 08:14:42 +0200 Subject: [PATCH] fixed example vars --- .../nextcloud_full_deployment/vars/shared_vars.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example index 2d995f2..5504732 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example @@ -63,4 +63,4 @@ openxchange_smtp_port: 587 # Whether to use STARTTLS or SSL for SMTP. Adjust according to your Open-Xchange configuration. openxchange_smtp_starttls: true -openxchange_smtp_ssl: true \ No newline at end of file +openxchange_smtp_ssl: false \ No newline at end of file