mailman3: Fix quarter_hourly timer format and add hperkitty.target

Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
Lenka Segura 2024-06-03 14:41:14 +02:00 committed by zlopez
parent a695166353
commit 789bf6fcac
2 changed files with 12 additions and 1 deletions

View file

@ -4,6 +4,6 @@ Requires=hyperkitty.target
PartOf=hyperkitty.target
[Timer]
OnCalendar=*-*-* *:*/15:00
OnCalendar=*-*-* *:00/15:00
Persistent=true
RandomizedDelaySec=5m

View file

@ -450,6 +450,17 @@
- mailman
- systemd
- name: Install hyperkitty target
ansible.builtin.copy:
src: "systemd/hyperkitty.target"
dest: "/etc/systemd/system/hyperkitty.target"
notify:
- systemctl daemon-reload
tags:
- config
- mailman
- systemd
- name: Install the systemd cron services
ansible.builtin.copy:
src: "systemd/{{ item }}.service"