postgresql: fix task "update apt cache" for PGDG repo
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2613|6|2607|5|:-1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/314//ansiblelint">Evolix » ansible-roles » unstable #314</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Eric Morino 2023-08-04 09:56:44 +02:00
parent 3ce412341f
commit eca010d959
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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: