Set changed_when to false for apt update command

This commit is contained in:
2026-07-31 13:05:14 +02:00
parent 42f6ff8de8
commit 76395661b1
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@
ansible.builtin.apt:
update_cache: true
cache_valid_time: "{{ 0 if common_apt_config_updated is defined and common_apt_config_updated.changed else apt_update_cache_valid_time }}"
changed_when: false
when: apt_update|bool
tags:
- apt-update