fix indentation and quoting

This commit is contained in:
Alexander Grothe 2017-11-13 09:24:13 +01:00
parent 11a7f5478c
commit 0358403073

View File

@ -12,7 +12,7 @@
state: present state: present
install_recommends: no install_recommends: no
with_items: with_items:
- libdvd-pkg - 'libdvd-pkg'
- name: configure package libdvd-pkg - name: configure package libdvd-pkg
debconf: debconf:
@ -21,8 +21,8 @@
vtype: boolean vtype: boolean
value: true value: true
with_items: with_items:
- libdvd-pkg/post-invoke_hook-install - 'libdvd-pkg/post-invoke_hook-install'
- libdvd-pkg/build boolean - 'libdvd-pkg/build boolean'
- name: change udev rule to allow KODI to eject optical disks - name: change udev rule to allow KODI to eject optical disks
shell: sed 's/--lock-media //' /lib/udev/rules.d/60-cdrom_id.rules > /etc/udev/rules.d/60-cdrom_id.rules shell: sed 's/--lock-media //' /lib/udev/rules.d/60-cdrom_id.rules > /etc/udev/rules.d/60-cdrom_id.rules