Merge "Don't install phased package updates with apt"

This commit is contained in:
Zuul 2022-11-03 00:12:28 +00:00 committed by Gerrit Code Review
commit f7153cf018
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
APT::Get::Always-Include-Phased-Updates "true";

View File

@ -20,6 +20,12 @@
src: 90no-translations
dest: /etc/apt/apt.conf.d/90no-translations
- name: Always install latest packages
copy:
mode: 0444
src: 95phased-updates
dest: /etc/apt/apt.conf.d/95phased-updates
- name: Replace sources.list file
copy:
src: 'sources.list.{{ ansible_facts.lsb.codename }}.{{ ansible_facts.architecture }}'