Merge pull request 'Do not emit a change when the apt cache is updated' (!48) from apt-update-without-change into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/48
This commit is contained in:
commit
7f5c9ab44a
1 changed files with 1 additions and 0 deletions
1
main.yml
1
main.yml
|
@ -14,6 +14,7 @@
|
||||||
update_cache: true
|
update_cache: true
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 3600
|
||||||
autoclean: true
|
autoclean: true
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
- name: Ensure unattended-upgrades is installed and up to date
|
- name: Ensure unattended-upgrades is installed and up to date
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue