laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/42641?usp=email )
Change subject: ansible/setup-simtest: sort packages ......................................................................
ansible/setup-simtest: sort packages
Change-Id: I9fac58407b7c5a38e2ed56e6e5718ce13ed23973 --- M ansible/setup-simtest.yml 1 file changed, 3 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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