ansible: ttcn3-slave: Fix for Debian 10 slaves

Change-Id: I943e4a8e49e4f95abf1e44dc297d30c950580680
This commit is contained in:
Harald Welte 2020-11-14 17:06:01 +01:00
parent f1fbfc95fe
commit a06cc0e3d1
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@
- name: add apt.key
apt_key:
url: https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/Release.key
url: https://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_{{ ansible_distribution_version}}/Release.key
- name: add apt repository
apt_repository:
repo: "deb http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_9.0/ ./"
repo: "deb http://download.opensuse.org/repositories/network:/osmocom:/latest/Debian_{{ ansible_distribution_version }}/ ./"
filename: obs_osmocom
update_cache: yes