update madmail support to v0.46.0 which solves CGO issues
This commit is contained in:
parent
68783945f6
commit
ec1673f7fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue