From 5bf779fb0cbab73e8b5d3e3a0f5288d0212f46e9 Mon Sep 17 00:00:00 2001
From: David Kilias <david.kilias@gmail.com>
Date: Fri, 25 Aug 2023 19:11:27 +0200
Subject: [PATCH] chore: remove deprecated parameter from reload cron handler

---
 host-pottwal.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 93e9d39..85485f6 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -551,7 +551,6 @@
     - name: reload cron
       ansible.builtin.shell:
         cmd: service cron reload
-        warn: no
     # Use the shell call because the task sometimes has problems finding the service state
     #  service:
     #    name: cron