Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Fix AWS_FPGA_ALLOW_NON_ROOT missing requirement "lspci"
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Aug 7, 2019
1 parent d307f4c commit 220b362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
apt:
name:
- build-essential
- pciutils
state: present
install_recommends: false
retries: 10
Expand All @@ -46,6 +47,7 @@
yum:
name:
- "@Development tools"
- pciutils
state: present
install_weak_deps: false
retries: 10
Expand Down

0 comments on commit 220b362

Please sign in to comment.