Rework ansible #1

Merged
polyfloyd merged 14 commits from linting into main 2024-07-12 17:40:38 +02:00
3 changed files with 3 additions and 13 deletions
Showing only changes of commit 7d268140db - Show all commits

View file

@ -1,9 +0,0 @@
---
- name: Configure auto-upgrades
ansible.builtin.template:
src: apt-minimal
dest: /etc/apt/apt.conf.d/20minimal
owner: root
group: root
mode: 0644

View file

@ -1,4 +0,0 @@
# Managed by Ansible
APT::Install-Recommends "0";
APT::Install-Suggests "0";

View file

@ -6,3 +6,6 @@ Acquire::http::Proxy "http://{{ proxy_host }}:{{ proxy_port }}/";
# Don't download translation-files
Acquire::Languages "none";
APT::Install-Recommends "0";
APT::Install-Suggests "0";