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