[INFO] Création du rôle

This commit is contained in:
2022-10-24 16:02:08 +02:00
parent 6607b9ea33
commit c37c4bdd1c
7 changed files with 151 additions and 3 deletions

8
templates/apt.conf.j2 Normal file
View File

@@ -0,0 +1,8 @@
# {{ ansible_managed }}
APT::Install-Recommends "false";
APT::Install-Suggests "false";
APT::Get::Show-Versions "true";
APT::Get::Show-Upgraded "true";
APT::Get::Purge "true";
APT::Get::List-Cleanup "true";

View File

@@ -0,0 +1,3 @@
# {{ ansible_managed }}
{{ apt_repositories[apt_distribution_name] }}