update README

This commit is contained in:
Alexander Grothe 2017-02-19 14:10:07 +01:00
parent 4456de38de
commit 6ab1857bfd
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ sudo apt-get dist-upgrade
sudo apt-get install ansible git sudo apt-get install ansible git
git clone https://github.com/yavdr/yavdr-ansible git clone https://github.com/yavdr/yavdr-ansible
cd yavdr-ansible cd yavdr-ansible
ansible-playbook yavdr07.yml -b -K ansible-playbook yavdr07.yml -c local -K -i "localhost,"
``` ```

View File

@ -6,7 +6,7 @@
# vdr: a dictionary with several customization options for the vdr-configuration. # vdr: a dictionary with several customization options for the vdr-configuration.
# See defaults/main.yml for a complete reference # See defaults/main.yml for a complete reference
- name: prevent installation of recommended packages - name: apt| prevent installation of recommended packages
blockinfile: blockinfile:
dest: /etc/apt/apt.conf.d/90norecommends dest: /etc/apt/apt.conf.d/90norecommends
create: yes create: yes