osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/42640?usp=email )
Change subject: ansible/setup-simtest: merge apt tasks
......................................................................
ansible/setup-simtest: merge apt tasks
Do apt update and installing packages in one task, similar to how we do
it in other ansible yml files.
Change-Id: I269b368fdca682814976b2cda1c14c33529650b7
---
M ansible/setup-simtest.yml
1 file changed, 2 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/40/42640/1
diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml
index eb37186..33bdda8 100644
--- a/ansible/setup-simtest.yml
+++ b/ansible/setup-simtest.yml
@@ -3,11 +3,6 @@
hosts: simtester
user: root
tasks:
- - name: apt-get update
- apt:
- cache_valid_time: 3600
- update_cache: yes
-
- name: install common utilities
apt:
name:
@@ -21,6 +16,8 @@
- tshark
- virtualenv
install_recommends: no
+ cache_valid_time: 3600
+ update_cache: yes
- name: "pysim: get requirements.txt"
get_url:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42640?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I269b368fdca682814976b2cda1c14c33529650b7
Gerrit-Change-Number: 42640
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>