6 lines
121 B
Plaintext
Raw Normal View History

2019-06-09 00:11:06 -04:00
# apt configuration: disable recommends
# {{ ansible_managed }}
APT::Install-Recommends "0";
APT::Install-Suggests "0";