burp-client: Switch from cron to systemd timer

systemd timer units are supported on all relevant OS versions now.
There is no longer any reason to use cron.
This commit is contained in:
2023-04-06 22:49:49 -05:00
parent cd1f7b354b
commit 66d0a9157f
7 changed files with 64 additions and 9 deletions

View File

@@ -1,2 +1,3 @@
- name: reload system crontab
command: /usr/libexec/check_system_crontabs -v -i
- name: reload systemd
systemd:
daemon_reload: true