From 82a589576a934e0d40f532cbf170a705142fb73a Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 26 Jan 2019 12:42:04 +0100 Subject: common: Deactive installation of recommended dependencies --- common/tasks/apt.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/tasks/apt.yaml (limited to 'common/tasks/apt.yaml') diff --git a/common/tasks/apt.yaml b/common/tasks/apt.yaml new file mode 100644 index 0000000..9b3bdae --- /dev/null +++ b/common/tasks/apt.yaml @@ -0,0 +1,7 @@ +- name: Copy apt configuration + copy: + src: apt-80recommends + dest: /etc/apt/apt.conf.d/80recommends + owner: root + group: root + mode: u=rw,g=r,o=r -- cgit v1.2.1