From 030871ea9b6a3d3fb27b3f165bf447c650dba8ff Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Thu, 20 Jul 2023 16:33:11 +0200 Subject: [PATCH] opendkim: update apt cache before install --- CHANGELOG.md | 1 + opendkim/tasks/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c32603..505c585e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * potsfix: add missing `localhost.$mydomain` to mydestination * nagios-nrpe: check\_ssl\_local now has an output that nrpe can understand when it isn't OK * nginx: set default server directive in default vhost +* opendkim: update apt cache before install ### Removed diff --git a/opendkim/tasks/main.yml b/opendkim/tasks/main.yml index a9c1bf49..02a7aaec 100644 --- a/opendkim/tasks/main.yml +++ b/opendkim/tasks/main.yml @@ -7,6 +7,7 @@ - ssl-cert - dns-root-data state: present + update_cache: yes tags: - opendkim