Update to msmtp 1.85

This commit is contained in:
Gitouche 2021-05-15 18:14:27 +02:00
parent 20b92bbf7d
commit d00cd02db2
1 changed files with 3 additions and 3 deletions

View File

@ -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