install-ansible: also install python3-dev

As a follow-on to Iaf0dd577cf1bdc0c9464b7413d22eec9db37a640; also
install the python dev packages so python things can build.

Change-Id: I99cde1a93671da500d3013b5eb6ba4f3509e646f
This commit is contained in:
Ian Wienand 2022-10-26 16:12:45 +11:00
parent 3882b4700e
commit 1f60375823
No known key found for this signature in database

View File

@ -71,6 +71,7 @@
- libffi-dev
- libssl-dev
- build-essential
- python3-dev
- name: Install ansible
pip: