6 lines
121 B
Plaintext
Raw Normal View History

2023-09-01 15:42:19 -04:00
# apt configuration: disable recommends
# {{ ansible_managed }}
APT::Install-Recommends "0";
APT::Install-Suggests "0";