Cronmails: Fix rejected mails b/c of non FQDNs in sender

This commit is contained in:
Jannik Beyerstedt 2021-09-25 23:16:31 +02:00
parent 42a2bd8a60
commit d6fee609e4
5 changed files with 19 additions and 3 deletions

View file

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