diff --git a/tasks/pingfinder.yml b/tasks/pingfinder.yml index 21a8027..a6b0946 100644 --- a/tasks/pingfinder.yml +++ b/tasks/pingfinder.yml @@ -10,5 +10,5 @@ - name: Add Pingfinder Cronjob cron: name: Run Pingfinder - job: "UUID={{ dn42_pingfinder_uuid }} LOGFILE:{{ dn42_pingfinder_logfile }} {{ dn42_pingfinder_location }}" + job: "UUID={{ dn42_pingfinder_uuid }} LOGFILE={{ dn42_pingfinder_logfile }} {{ dn42_pingfinder_location }}" minute: "*/5"