From bb83d390b98a03d0d2073f28d97cc231275b178e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 23 Sep 2021 21:35:10 +0200 Subject: [PATCH] cron: Remove reboot task Will be substituted with a systemd timer. --- roles/cron/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/cron/tasks/main.yml b/roles/cron/tasks/main.yml index 7eb0c3b..e543564 100644 --- a/roles/cron/tasks/main.yml +++ b/roles/cron/tasks/main.yml @@ -15,13 +15,3 @@ env: true name: MAILTO value: admin@xenrox.net - -- name: add cron reboot task utc - ansible.builtin.cron: - name: reboot - state: present - user: root - job: "reboot" - weekday: "1" - hour: "5" - minute: "30" -- 2.44.0