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:
Sebastian Haderecker 2020-12-04 14:42:32 +01:00
parent 4abb0e5ce6
commit f9fa1bcc74

View file

@ -1,7 +1,9 @@
- name: Install dependencies - name: Install dependencies
package: package:
name: name:
- gcc
- pwgen - pwgen
- python3-dev
- python3-setuptools - python3-setuptools
- python3-pip - python3-pip
state: present state: present