[INFO] Création du rôle
This commit is contained in:
8
templates/apt.conf.j2
Normal file
8
templates/apt.conf.j2
Normal 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
templates/sources.list.j2
Normal file
3
templates/sources.list.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{{ apt_repositories[apt_distribution_name] }}
|
Reference in New Issue
Block a user