From 057411cec8da2b4ffd92446bf55294554c4d819a Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Fri, 10 Aug 2018 09:06:15 +0200 Subject: [PATCH] Collect detailed pci device information in variable pci_devices --- Manual.org | 8 ++++++++ roles/collect-facts/tasks/main.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Manual.org b/Manual.org index 850d6b0..d62eaad 100644 --- a/Manual.org +++ b/Manual.org @@ -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: diff --git a/roles/collect-facts/tasks/main.yml b/roles/collect-facts/tasks/main.yml index 437f68e..4bd6233 100644 --- a/roles/collect-facts/tasks/main.yml +++ b/roles/collect-facts/tasks/main.yml @@ -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: