apt-norecommends.j2 189 B

123456
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog('//') }}
  4. {% endif -%}
  5. APT::Install-Recommends "false";
  6. APT::Install-Suggests "false";