mirror/base: Send cron mails to root
This commit is contained in:
parent
31152b904a
commit
a231ea1ece
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@
|
|||
owner: root
|
||||
group: root
|
||||
|
||||
- name: Send cron mails to root
|
||||
ansible.builtin.cron:
|
||||
name: MAILTO
|
||||
job: root
|
||||
env: true
|
||||
user: mirror
|
||||
|
||||
- name: Create mirror cron job
|
||||
ansible.builtin.cron:
|
||||
name: sync-mirrors
|
||||
|
|
Loading…
Add table
Reference in a new issue