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