Update to msmtp 1.85
This commit is contained in:
parent
20b92bbf7d
commit
d00cd02db2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue