mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fix setup on Debian
On Debian there are not the same preinstalled packages as on Ubuntu. Fix the compilation of netifaces, which requires gcc and python3-dev.
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
- name: Install dependencies
|
||||
package:
|
||||
name:
|
||||
- gcc
|
||||
- pwgen
|
||||
- python3-dev
|
||||
- python3-setuptools
|
||||
- python3-pip
|
||||
state: present
|
||||
|
Reference in New Issue
Block a user