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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
roles/upgrade/system-upgrade/tasks/apt.yml
|
|
@ -1,6 +1,7 @@ |
|
|
|
--- |
|
|
|
- name: APT Dist-Upgrade |
|
|
|
apt: |
|
|
|
update_cache: true |
|
|
|
upgrade: dist |
|
|
|
autoremove: true |
|
|
|
dpkg_options: force-confold,force-confdef |
|
|
|