Cronmails: Fix rejected mails b/c of non FQDNs in sender
This commit is contained in:
parent
42a2bd8a60
commit
d6fee609e4
5 changed files with 19 additions and 3 deletions
|
|
@ -23,3 +23,10 @@
|
|||
name: MAILTO
|
||||
env: yes
|
||||
value: "{{ cron_email }}"
|
||||
- name: cronmails - Add monthly test mail
|
||||
become: yes
|
||||
ansible.builtin.cron:
|
||||
name: "Monthly Test Mail"
|
||||
minute: "0"
|
||||
day: "1"
|
||||
job: echo "Monthly cron test mail"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue