sendmail, ensure something is installed so that cronie can log mail.

This commit is contained in:
2026-08-04 09:46:49 -07:00
parent 73dfdce734
commit 82e32c0f95
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@
lightdm: lightdm
sddm: sddm
tmux: tmux
sendmail: msmtp
sendmail_mtp: msmtp-mta
ca_certificates: ca-certificates
- name: General | Facts | Package | Parrot OS Fixes
set_fact:
+3
View File
@@ -62,6 +62,9 @@
- "{{ dig }}"
- "{{ tmux }}"
- "{{ base_devel }}"
- "{{ sendmail }}"
- "{{ sendmail_mta }}"
- "{{ ca_certificates }}"
state: present
- name: General | Software | Packages | Install Software (DEV)