diff --git a/listupgrade/tasks/main.yml b/listupgrade/tasks/main.yml index 42864806..c650edfb 100644 --- a/listupgrade/tasks/main.yml +++ b/listupgrade/tasks/main.yml @@ -45,6 +45,12 @@ owner: root group: root +- name: Remove old lisupgrade typo + cron: + name: "lisupgrade.sh" + cron_file: "listupgrade" + state: absent + - name: Enable listupgrade cron cron: name: "listupgrade.sh" @@ -58,12 +64,6 @@ 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