From 4a1b94f55d72d67ffd7227ca80e499bcfa70a43a Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Tue, 19 Dec 2023 17:55:36 +0100 Subject: [PATCH] unbound: Add a apt cache validity to enforce an apt update if needed --- CHANGELOG.md | 1 + unbound/tasks/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a49ee4..f9d8b5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * apt: use archive.debian.org with Stretch * webapps/nextcloud: fix Add Ceph volume to fstab : missing UUID= in src * evolinux-base: fix hardware.yml (wrong repo, missing update cache) +* unbound: Add a apt cache validity to enforce an apt update if needed ### Removed diff --git a/unbound/tasks/main.yml b/unbound/tasks/main.yml index 6be337d3..acc24812 100644 --- a/unbound/tasks/main.yml +++ b/unbound/tasks/main.yml @@ -6,6 +6,7 @@ - unbound-anchor - dns-root-data state: present + cache_valid_time: 3600 tags: - unbound