Update satip_facts.py, fix syntax for hardware autoinstall checks
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
action: satip_facts
|
||||
|
||||
- debug:
|
||||
var: satip_detected
|
||||
var: satip_devices
|
||||
verbosity: 1
|
||||
|
||||
- name: apt | install vdr-plugin-satip if a Sat>IP server has been detected
|
||||
apt:
|
||||
name: vdr-plugin-satip
|
||||
when: satip_detected
|
||||
when: satip_devices
|
||||
notify: [ 'Restart VDR' ]
|
||||
|
Reference in New Issue
Block a user