9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
|
# {{ 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";
|