From eca010d9593a0000f01d1025c859b4dff954e1ca Mon Sep 17 00:00:00 2001 From: Eric Morino Date: Fri, 4 Aug 2023 09:56:44 +0200 Subject: [PATCH] postgresql: fix task "update apt cache" for PGDG repo --- CHANGELOG.md | 1 + postgresql/tasks/pgdg-repo.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c14450d..d948e74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * postfix (packmail) : optimize Amavis integration * redis: standardize plugins path from /usr/local/share/munin/ to /usr/local/lib/munin/plugins/ * postfix: new spam.sh update script that avoids reloading if files did not change. +* postgresql: fix task "update apt cache" for PGDG repo ### Fixed diff --git a/postgresql/tasks/pgdg-repo.yml b/postgresql/tasks/pgdg-repo.yml index 2aa2f8a9..7df2a722 100644 --- a/postgresql/tasks/pgdg-repo.yml +++ b/postgresql/tasks/pgdg-repo.yml @@ -43,7 +43,7 @@ - name: Update APT cache ansible.builtin.apt: update_cache: yes - when: elastic_sources is changed + when: postgresql_sources is changed - name: Add APT preference file ansible.builtin.template: