use ansible_managed instead of own variable ansible_managed_file

This commit is contained in:
Alexander Grothe
2018-01-16 13:07:01 +01:00
parent 92128ccce7
commit 252cade885
12 changed files with 480 additions and 494 deletions

View File

@@ -1,4 +1,4 @@
{{ ansible_managed_file | comment('c') }}
{{ ansible_managed | comment('c') }}
// Recommends are as of now still abused in many packages
APT::Install-Recommends "0";
APT::Install-Suggests "0";