From e14408cb05de34c79090227db73a707bb3aaefa7 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 29 Jan 2024 10:06:52 +0100 Subject: [PATCH] apt: follow up from previous commit --- apt/tasks/backports.deb822.yml | 2 +- apt/tasks/backports.oneline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apt/tasks/backports.deb822.yml b/apt/tasks/backports.deb822.yml index 9b92aafd..db117d94 100644 --- a/apt/tasks/backports.deb822.yml +++ b/apt/tasks/backports.deb822.yml @@ -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 diff --git a/apt/tasks/backports.oneline.yml b/apt/tasks/backports.oneline.yml index a235270e..1630de19 100644 --- a/apt/tasks/backports.oneline.yml +++ b/apt/tasks/backports.oneline.yml @@ -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