From a010074a6e04c43240d92e7af23f365fc7e05d11 Mon Sep 17 00:00:00 2001 From: Ansible Servercow Date: Tue, 30 Jun 2026 19:34:48 +0200 Subject: [PATCH] pumb version --- playbooks/managed-mailcow/update-mailcow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/managed-mailcow/update-mailcow.yaml b/playbooks/managed-mailcow/update-mailcow.yaml index f6f4b62..67c0edc 100644 --- a/playbooks/managed-mailcow/update-mailcow.yaml +++ b/playbooks/managed-mailcow/update-mailcow.yaml @@ -3,7 +3,7 @@ user: tincadmin become: true vars: - github_mailcow_ver: "2026-03b" # GitHub Version Tag | Value to compare the current running mailcow version to. + github_mailcow_ver: "2026-05" # GitHub Version Tag | Value to compare the current running mailcow version to. do_snapshots: true # Set to true to create Proxmox snapshots before updating mailcow debug: true # Or False if you dont' wanna see verbose outputs of role outputs