From d00cd02db202506616509f4526a3066b9298534d Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 15 May 2021 18:14:27 +0200 Subject: [PATCH] Update to msmtp 1.85 --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0a61fb2..e7804ed 100755 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,8 +7,8 @@ - name: Copy RPM file to server copy: - src: msmtp-1.8.14-1.el8.x86_64.rpm - dest: /tmp/msmtp-1.8.14-1.el8.x86_64.rpm + src: msmtp-1.8.15-1.el8.x86_64.rpm + dest: /tmp/msmtp-1.8.15-1.el8.x86_64.rpm when: ansible_os_family == "RedHat" - name: Copy systemd unit file to server @@ -28,7 +28,7 @@ - name: Install msmtp yum: name: - - /tmp/msmtp-1.8.14-1.el8.x86_64.rpm + - /tmp/msmtp-1.8.15-1.el8.x86_64.rpm - mailx state: present disable_gpg_check: yes