Enable backports
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
file: path=/etc/apt/sources.list state=absent
|
||||
notify: apt-get update
|
||||
|
||||
- name: apt - enable backports
|
||||
template: dest=/etc/apt/preferences.d/low-prio-stretch src=low-prio-stretch.j2
|
||||
notify: apt-get update
|
||||
|
||||
- name: install basic tools
|
||||
apt: pkg="{{ item }}" cache_valid_time=3600 update_cache=yes
|
||||
with_items: "{{ common_basic_packages }}"
|
||||
|
||||
Reference in New Issue
Block a user