From 6ab1857bfdcf2ac0ad49fc2439a42229a0a02d69 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 19 Feb 2017 14:10:07 +0100 Subject: [PATCH] update README --- README.md | 2 +- roles/yavdr-common/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8097a34..0331d93 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo apt-get dist-upgrade sudo apt-get install ansible git git clone https://github.com/yavdr/yavdr-ansible cd yavdr-ansible -ansible-playbook yavdr07.yml -b -K +ansible-playbook yavdr07.yml -c local -K -i "localhost," ``` diff --git a/roles/yavdr-common/tasks/main.yml b/roles/yavdr-common/tasks/main.yml index de18fe4..b6a50b2 100644 --- a/roles/yavdr-common/tasks/main.yml +++ b/roles/yavdr-common/tasks/main.yml @@ -6,7 +6,7 @@ # vdr: a dictionary with several customization options for the vdr-configuration. # See defaults/main.yml for a complete reference -- name: prevent installation of recommended packages +- name: apt| prevent installation of recommended packages blockinfile: dest: /etc/apt/apt.conf.d/90norecommends create: yes