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/.
lynxis lazus gerrit-no-reply at lists.osmocom.orglynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/9462 )
Change subject: ansible: gsm-tester: fix apt_repository tasks
......................................................................
ansible: gsm-tester: fix apt_repository tasks
Mistyped filename and apt_repostory
Change-Id: Icc97d9d2355f8922853d6b21cb8a95f532347031
---
M ansible/roles/gsm-tester-bts/tasks/main.yml
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
lynxis lazus: Verified
Harald Welte: Looks good to me, approved
diff --git a/ansible/roles/gsm-tester-bts/tasks/main.yml b/ansible/roles/gsm-tester-bts/tasks/main.yml
index 37d3139..fa4bccd 100644
--- a/ansible/roles/gsm-tester-bts/tasks/main.yml
+++ b/ansible/roles/gsm-tester-bts/tasks/main.yml
@@ -41,8 +41,8 @@
state: present
- name: add apt-repo of OBS network:osmocom:nightly
- apt_repo:
- name: obs_network_osmocom_latest
+ apt_repository:
+ filename: obs_network_osmocom_latest
repo: "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_{{ ansible_distribution_major_version }}.0/ ./"
update_cache: yes
--
To view, visit https://gerrit.osmocom.org/9462
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Icc97d9d2355f8922853d6b21cb8a95f532347031
Gerrit-Change-Number: 9462
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180607/24ebf2ab/attachment.htm>