apt: follow up from previous commit

This commit is contained in:
David Prevot 2024-01-29 10:06:52 +01:00
parent 1924324c07
commit e14408cb05
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,6 @@
- name: Apt update
ansible.builtin.apt:
update_cache: yes
when: apt_backports_sources is changed or apt_backports_config is changed
when: apt_backports_sources is changed
tags:
- apt

View file

@ -32,4 +32,4 @@
update_cache: yes
tags:
- apt
when: apt_backports_list is changed or apt_backports_config is changed
when: apt_backports_list is changed