Cleanup empty lines at beginning of file

This commit is contained in:
Alexander Grothe
2017-06-20 16:19:08 +02:00
parent 5e5f9f346a
commit ddf59c34f1
46 changed files with 899 additions and 958 deletions

View File

@@ -1,4 +1,3 @@
---
# file: roles/yavdr-common/defaults/main.yml
@@ -14,10 +13,10 @@ drivers:
sundtek: auto
ddvb-dkms: auto
extra_packages:
- vim
- tree
- w-scan
extra_packages:
- vim
- tree
- w-scan
vdr:
user: vdr

View File

@@ -1,4 +0,0 @@
// {{ ansible_managed_file }}
// Recommends are as of now still abused in many packages
APT::Install-Recommends "0";
APT::Install-Suggests "0";

View File

@@ -1,4 +1,3 @@
- name: apt | prevent automatic installation of recommended packages
template:
src: templates/90-norecommends.j2

View File

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