Use multiline string instead of dict

This commit is contained in:
Alexander Grothe 2019-05-23 17:27:47 +02:00
parent 9e58e0b4e4
commit 2468270ee6
1 changed files with 3 additions and 3 deletions

View File

@ -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