Files
configpolicy/roles/burp-client/handlers/main.yml
Dustin C. Hatch 66d0a9157f 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.
2023-05-23 09:51:07 -05:00

4 lines
58 B
YAML

- name: reload systemd
systemd:
daemon_reload: true