Add some roles for autodetection of Hardware
This commit is contained in:
8
roles/autoinstall-targavfd/tasks/main.yml
Normal file
8
roles/autoinstall-targavfd/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# file roles/autoinstall-targavfd/tasks/main.yml
|
||||
|
||||
- name: apt | install vdr-plugin-targavfd if connected
|
||||
apt:
|
||||
name: vdr-plugin-targavfd
|
||||
when:
|
||||
- '"19c2:6a11" in ansible_local.hardware.usb'
|
Reference in New Issue
Block a user