update madmail support to v0.46.0 which solves CGO issues

This commit is contained in:
n8fr8 2026-05-07 15:23:09 -04:00
parent 68783945f6
commit ec1673f7fe

View file

@ -13,7 +13,7 @@
- name: Download pre-built madmail archive
ansible.builtin.get_url:
url: "https://github.com/themadorg/madmail/releases/download/v0.12.7/madmail-linux-{{ go_arch_map[ansible_architecture] }}.tar.gz"
url: "https://github.com/themadorg/madmail/releases/download/v0.46.0/madmail-linux-{{ go_arch_map[ansible_architecture] }}.tar.gz"
dest: "/tmp/madmail-linux-{{ go_arch_map[ansible_architecture] }}.tar.gz"
mode: '0644'