Skip to content
Snippets Groups Projects
Commit 0fcb047b authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: remove cron config for cron-apt (this software is no longer in use)

parent e0357443
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
loop: loop:
- "/etc/cron-apt/action.d/3-download" - "/etc/cron-apt/action.d/3-download"
- "/etc/cron-apt/config" - "/etc/cron-apt/config"
- "/etc/cron.d/cron-apt"
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
# unattended-upgrades is the default in Debian 11 and new UDA installations # unattended-upgrades is the default in Debian 11 and new GUBS installations
# anyway, so we use it instead of cron-apt. # anyway, so we use it instead of cron-apt.
- name: Install & configure unattended-upgrades (Debian/Ubuntu) - name: Install & configure unattended-upgrades (Debian/Ubuntu)
block: block:
...@@ -40,7 +41,7 @@ ...@@ -40,7 +41,7 @@
loop: loop:
- 'Unattended-Upgrade::Mail "root";' - 'Unattended-Upgrade::Mail "root";'
- 'Unattended-Upgrade::MailOnlyOnError "true";' - 'Unattended-Upgrade::MailOnlyOnError "true";'
# This file is present in UDA default installations. It sets unattended- # This file is present in GUBS default installations. It sets unattended-
# upgrades to install security upgrades only. We want all updates, so we # upgrades to install security upgrades only. We want all updates, so we
# delete it. # delete it.
# (refers to https://git.slub-dresden.de/slub-referat-2-4/sdvuda10/-/commit/4c265c91ffef7775cad8abbe69da35bc398622e9) # (refers to https://git.slub-dresden.de/slub-referat-2-4/sdvuda10/-/commit/4c265c91ffef7775cad8abbe69da35bc398622e9)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment