# apt configuration: disable recommends
# {{ ansible_managed }}

APT::Install-Recommends "0";
APT::Install-Suggests "0";