apt-norecommends.j2 178 B

1234567
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. //
  3. // {{ ansible_controlled }}
  4. //
  5. {% endif %}
  6. APT::Install-Recommends "false";
  7. APT::Install-Suggests "false";