From 8af6344ed424f1d99130de061f436ee59799ed32 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Fri, 20 Sep 2024 08:33:59 +0200 Subject: [PATCH] issue #100 - doc configd_actions for cron task --- tasks/cron.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/cron.yml b/tasks/cron.yml index 8d8ee95..2a91cc7 100644 --- a/tasks/cron.yml +++ b/tasks/cron.yml @@ -57,6 +57,9 @@ # wireguard restart : Restart WireGuard # zfs scrub : ZFS pool scrub # zfs trim : ZFS pool trim +# +# you can extend the commands by adding custom configd_actions +# see: tasks/configd.yml - name: cron jobs ansible.builtin.include_tasks: cronjobs.yml