laforge submitted this change.
tasks/ttcn3-slave.yml: also install libosmocore-utils
This package provides osmo-config-merge, which is going to be used
by docker-playground for generating configuration files.
Change-Id: I87e54440a6b399aa0f0461ebf668991b5cdd0b07
Related: https://gerrit.osmocom.org/c/docker-playground/+/20622
---
M ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
index fbfc1ec..5e15254 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
@@ -24,9 +24,11 @@
filename: obs_osmocom
update_cache: yes
-- name: install titan
+- name: install titan and libosmocore-utils
apt:
- name: eclipse-titan
+ name:
+ - eclipse-titan
+ - libosmocore-utils
update_cache: yes
cache_valid_time: 3600
To view, visit change 26688. To unsubscribe, or for help writing mail filters, visit settings.