fix indentation and quoting
This commit is contained in:
parent
11a7f5478c
commit
0358403073
@ -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:
|
||||||
@ -20,9 +20,9 @@
|
|||||||
question: '{{ item }}'
|
question: '{{ item }}'
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user