// {{ ansible_managed }} // Install Recommended packages by default APT::Install-Recommends "{{ apt_install_recommends | to_nice_json }}"; // Allow 'apt-get autoremove' to remove recommended packages APT::AutoRemove::RecommendsImportant "{{ "false" if apt_remove_recommends else "true" }}"; // Install Suggested packages by default APT::Install-Suggests "{{ apt_install_suggests | to_nice_json }}"; APT::Get::Show-Upgraded "true";