Revert "listupgrade: try and get rid of duplicate entries"

This reverts commit 531b633d99.
This commit is contained in:
David Prevot 2024-01-18 09:58:16 +01:00
parent 0c17e4d8fc
commit bc19912b71
2 changed files with 0 additions and 14 deletions

View file

@ -74,7 +74,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
* evolinux-base: fix hardware.yml (wrong repo, missing update cache)
* evolinux-base: start to install linux-image-cloud-amd64 with Buster
* fail2ban: fix template marker
* listupgrade: try and get rid of duplicate entries
* nagios: fix default file to monitor for check_clamav_db
* nginx: fix mistake between "check_mode: no" and "when: not ansible_check_mode" (fail in check mode)
* nginx: keep indentation

View file

@ -45,19 +45,6 @@
owner: root
group: root
- name: Disable listupgrade cron with an extra ending space
ansible.builtin.cron:
name: "listupgrade.sh"
cron_file: "listupgrade"
user: root
job: "/usr/share/scripts/listupgrade.sh --cron "
minute: "{{ listupgrade_cron_minute }}"
hour: "{{ listupgrade_cron_hour }}"
weekday: "{{ listupgrade_cron_weekday }}"
day: "{{ listupgrade_cron_day }}"
month: "{{ listupgrade_cron_month }}"
state: "absent"
- name: Enable listupgrade cron
ansible.builtin.cron:
name: "listupgrade.sh"