Use multiline string instead of dict
This commit is contained in:
parent
9e58e0b4e4
commit
2468270ee6
@ -15,9 +15,9 @@
|
||||
- name: reconfigure libdvd-pkg
|
||||
dpkg_reconfigure:
|
||||
pkg: libdvd-pkg
|
||||
answers:
|
||||
libdvd-pkg/post-invoke_hook-install: "boolean true"
|
||||
libdvd-pkg/build: "boolean true"
|
||||
answers: |
|
||||
libdvd-pkg/post-invoke_hook-install: boolean true
|
||||
libdvd-pkg/build: boolean true
|
||||
|
||||
|
||||
- name: change udev rule to allow KODI to eject optical disks
|
||||
|
Loading…
Reference in New Issue
Block a user