Skip to content
Snippets Groups Projects
Commit 7f5e4235 authored by ale's avatar ale
Browse files

Configure APT to not install recommended packages

Fixes issue #57.
parent 2757a943
No related branches found
No related tags found
No related merge requests found
APT::Install-Recommends "0";
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
dest: "/etc/apt/apt.conf.d/{{ item }}" dest: "/etc/apt/apt.conf.d/{{ item }}"
with_items: with_items:
- 02periodic - 02periodic
- 03no-recommends
- 50unattended-upgrades - 50unattended-upgrades
- name: Setup apt trusted keyring - name: Setup apt trusted keyring
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment