bump msmtp-1.8.25-1 + fix selinux for RHEL 8.9/9.3

This commit is contained in:
CASSONNET Guillaume 2023-11-24 18:34:32 +01:00
parent 8954e574bf
commit d669ce9dfe
2 changed files with 7 additions and 1 deletions

View File

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

View File

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