Merge "Don't install phased package updates with apt"
This commit is contained in:
commit
f7153cf018
1
playbooks/roles/base/repos/files/95phased-updates
Normal file
1
playbooks/roles/base/repos/files/95phased-updates
Normal file
@ -0,0 +1 @@
|
|||||||
|
APT::Get::Always-Include-Phased-Updates "true";
|
@ -20,6 +20,12 @@
|
|||||||
src: 90no-translations
|
src: 90no-translations
|
||||||
dest: /etc/apt/apt.conf.d/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
|
- name: Replace sources.list file
|
||||||
copy:
|
copy:
|
||||||
src: 'sources.list.{{ ansible_facts.lsb.codename }}.{{ ansible_facts.architecture }}'
|
src: 'sources.list.{{ ansible_facts.lsb.codename }}.{{ ansible_facts.architecture }}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user