Change in osmo-ci[master]: ansible: ttcn3-slave: Fix for Debian 10 slaves

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Nov 14 21:34:24 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/21153 )


Change subject: ansible: ttcn3-slave: Fix for Debian 10 slaves
......................................................................

ansible: ttcn3-slave: Fix for Debian 10 slaves

Change-Id: I943e4a8e49e4f95abf1e44dc297d30c950580680
---
M ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/53/21153/1

diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
index 227aad9..d883e53 100644
--- a/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
+++ b/ansible/roles/osmocom-jenkins-slave/tasks/ttcn3-slave.yml
@@ -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
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/21153
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I943e4a8e49e4f95abf1e44dc297d30c950580680
Gerrit-Change-Number: 21153
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201114/d1ce0d12/attachment.htm>


More information about the gerrit-log mailing list