ansible/setup-simtest.yml: Python2 is deprecated, switch to Python3

PySIM is about to switch to Python3, so Jenkins must be ready.

Change-Id: I555af88b0e6a5c082e1e0cbd6915649a8a942052
This commit is contained in:
Vadim Yanitskiy 2020-02-25 00:55:59 +07:00 committed by fixeria
parent 30ca06a8d4
commit 6755bc3092
1 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@
with_items:
- vim
- ca-certificates
- python-minimal
- python-setuptools
- python-pip
- python-serial
- python-pyscard
- python3-minimal
- python3-setuptools
- python3-pip
- python3-serial
- python3-pyscard
- virtualenv
roles: