osmith has uploaded this change for review.

View Change

ansible/setup-simtest: sort packages

Change-Id: I9fac58407b7c5a38e2ed56e6e5718ce13ed23973
---
M ansible/setup-simtest.yml
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/41/42641/1
diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml
index 33bdda8..0832b13 100644
--- a/ansible/setup-simtest.yml
+++ b/ansible/setup-simtest.yml
@@ -6,14 +6,14 @@
- name: install common utilities
apt:
name:
- - vim
- ca-certificates
- python3-minimal
- - python3-setuptools
- python3-pip
- - python3-serial
- python3-pyscard
+ - python3-serial
+ - python3-setuptools
- tshark
+ - vim
- virtualenv
install_recommends: no
cache_valid_time: 3600

To view, visit change 42641. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9fac58407b7c5a38e2ed56e6e5718ce13ed23973
Gerrit-Change-Number: 42641
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>