bump msmtp-1.8.25-1 + fix selinux for RHEL 8.9/9.3
This commit is contained in:
parent
8954e574bf
commit
d669ce9dfe
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
msmtp_version: 1.8.24-1
|
||||
msmtp_version: 1.8.25-1
|
||||
msmtp_rpm_file: https://git.garbaye.fr/api/packages/Garbaye/generic/msmtp/{{ msmtp_version}}/msmtp-{{ msmtp_version}}.el8.{{ ansible_architecture }}.rpm
|
||||
|
||||
# msmtprc configuration
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
---
|
||||
- name: Fix msmtpd SELinux type context
|
||||
community.general.sefcontext:
|
||||
target: '/usr/bin/msmtpd'
|
||||
setype: bin_t
|
||||
state: present
|
||||
|
||||
- name: Include tasks depending on OS
|
||||
ansible.builtin.include_tasks:
|
||||
file: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue