summaryrefslogtreecommitdiff
path: root/common/tasks/apt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'common/tasks/apt.yaml')
-rw-r--r--common/tasks/apt.yaml7
1 files changed, 7 insertions, 0 deletions
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