Fix deprecation warnings for Ansible 2.8

This commit is contained in:
Alexander Grothe
2019-05-23 17:10:19 +02:00
parent 9648bae2bd
commit 9e58e0b4e4
7 changed files with 17 additions and 17 deletions

View File

@@ -16,8 +16,8 @@
dpkg_reconfigure:
pkg: libdvd-pkg
answers:
libdvd-pkg/post-invoke_hook-install: boolean true
libdvd-pkg/build: boolean true
libdvd-pkg/post-invoke_hook-install: "boolean true"
libdvd-pkg/build: "boolean true"
- name: change udev rule to allow KODI to eject optical disks