diff --git a/tasks/debian.yml b/tasks/debian.yml index 1a54709..a2a6623 100644 --- a/tasks/debian.yml +++ b/tasks/debian.yml @@ -22,3 +22,4 @@ - name: Run the equivalent of "apt-get update" ansible.builtin.apt: update_cache: true + changed_when: false