Browse Source

Ensure apt cache is updated before dist-upgrade (#12465)

Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
pull/12475/head
Ali Afsharzadeh 1 month ago
committed by GitHub
parent
commit
fa22f9e5ab
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/upgrade/system-upgrade/tasks/apt.yml

1
roles/upgrade/system-upgrade/tasks/apt.yml

@ -1,6 +1,7 @@
--- ---
- name: APT Dist-Upgrade - name: APT Dist-Upgrade
apt: apt:
update_cache: true
upgrade: dist upgrade: dist
autoremove: true autoremove: true
dpkg_options: force-confold,force-confdef dpkg_options: force-confold,force-confdef

Loading…
Cancel
Save