[INFO] Création du rôle

This commit is contained in:
2023-05-24 12:31:54 +02:00
parent 6607b9ea33
commit c37c4bdd1c
7 changed files with 151 additions and 3 deletions
+8
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";
+3
View File
@@ -0,0 +1,3 @@
# {{ ansible_managed }}
{{ apt_repositories[apt_distribution_name] }}