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
This commit is contained in:
Vadim Yanitskiy 2021-12-24 14:43:34 +07:00 committed by laforge
parent 5cff7924ec
commit f6f49d23a1
1 changed files with 4 additions and 2 deletions

View File

@ -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