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
|
owner: root
|
||||||
group: 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
|
- name: Create mirror cron job
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
name: sync-mirrors
|
name: sync-mirrors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue