Collect detailed pci device information in variable pci_devices
This commit is contained in:
@@ -621,6 +621,14 @@ first_run: False
|
||||
- amd_detected
|
||||
- virtualbox_detected
|
||||
|
||||
- name: get detailed PCI device information
|
||||
pci_facts:
|
||||
tags:
|
||||
- always
|
||||
|
||||
- debug:
|
||||
var: pci_devices
|
||||
|
||||
- name: known vdr output plugins
|
||||
set_fact:
|
||||
vdr_output_plugins:
|
||||
|
@@ -22,6 +22,14 @@
|
||||
- amd_detected
|
||||
- virtualbox_detected
|
||||
|
||||
- name: get detailed PCI device information
|
||||
pci_facts:
|
||||
tags:
|
||||
- always
|
||||
|
||||
- debug:
|
||||
var: pci_devices
|
||||
|
||||
- name: known vdr output plugins
|
||||
set_fact:
|
||||
vdr_output_plugins:
|
||||
|
Reference in New Issue
Block a user