listupgrade: Fix removal order
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4832|7|4825|8|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/stable/5//ansiblelint">Evolix » ansible-roles » stable #5</a> Details
gitea/ansible-roles/pipeline/head This commit looks good Details

This commit is contained in:
David Prevot 2023-04-18 09:47:03 +02:00
parent 7052b7bd1e
commit 37e6b14001
1 changed files with 6 additions and 6 deletions

View File

@ -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