mailman3: Fix quarter_hourly timer format and add hperkitty.target
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
a695166353
commit
789bf6fcac
2 changed files with 12 additions and 1 deletions
|
@ -4,6 +4,6 @@ Requires=hyperkitty.target
|
|||
PartOf=hyperkitty.target
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* *:*/15:00
|
||||
OnCalendar=*-*-* *:00/15:00
|
||||
Persistent=true
|
||||
RandomizedDelaySec=5m
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue