This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/ansible/roles/mrzcpd-deviceplugin/tasks/main.yml

10 lines
247 B
YAML

---
- name: "install mrzcpd-deviceplugin"
yum:
name:
- "{{ mrzcpd_deviceplugin_rpm_version.mrzcpd_deviceplugin }}"
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "Install lspci"
shell: yum install -y pciutils