From 8bfc4c28bc98674d91671dd2bc2b2b6559120419 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 16 Mar 2023 21:36:57 +0100 Subject: [PATCH] listupgrade: remove old typo version of the cron task --- CHANGELOG.md | 1 + listupgrade/tasks/main.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 649f90e0..4c32947d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Changed * apt: deb822 migration python script is looked relative to shell script +* listupgrade: remove old typo version of the cron task * minifirewall: support protocols in numeric form ### Fixed diff --git a/listupgrade/tasks/main.yml b/listupgrade/tasks/main.yml index 2e38ef03..42864806 100644 --- a/listupgrade/tasks/main.yml +++ b/listupgrade/tasks/main.yml @@ -58,6 +58,12 @@ month: "{{ listupgrade_cron_month }}" state: "{{ listupgrade_cron_enabled | bool | ternary('present','absent') }}" +- name: Remove old lisupgrade typo + cron: + name: "lisupgrade.sh" + cron_file: "listupgrade" + state: absent + - name: old-kernel-autoremoval script is present copy: src: old-kernel-autoremoval.sh