From 09f951de181ade87fceaf8409836d99a84cb1c66 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 27 Mar 2023 11:21:25 +0200 Subject: [PATCH] listupgrade: No removal (especially of the just installed cron_file) needed --- listupgrade/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/listupgrade/tasks/main.yml b/listupgrade/tasks/main.yml index cc5b99aa..f51c0f09 100644 --- a/listupgrade/tasks/main.yml +++ b/listupgrade/tasks/main.yml @@ -58,12 +58,6 @@ month: "{{ listupgrade_cron_month }}" state: "{{ listupgrade_cron_enabled | bool | ternary('present','absent') }}" -- name: Remove old lisupgrade typo - ansible.builtin.cron: - name: "lisupgrade.sh" - cron_file: "listupgrade" - state: absent - - name: old-kernel-autoremoval script is present ansible.builtin.copy: src: old-kernel-autoremoval.sh