Fix install EPEL packages.

This commit is contained in:
yohan 2024-06-20 01:45:20 +02:00
parent 7a93043038
commit 53788c5e79

View File

@ -279,7 +279,14 @@
- postfix
- cyrus-sasl-lib
- cyrus-sasl-plain
state: latest
become: true
- name: install sendemail
ansible.builtin.dnf:
name:
- sendemail
enablerepo: epel
state: latest
become: true