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

@@ -12,5 +12,5 @@
apt:
name: vdr-plugin-satip
state: present
when: satip_devices
when: satip_devices | bool
notify: [ 'Restart VDR' ]