ansible: gsm-tester: fix apt_repository tasks

Mistyped filename and apt_repostory

Change-Id: Icc97d9d2355f8922853d6b21cb8a95f532347031
This commit is contained in:
Alexander Couzens 2018-06-05 16:03:02 +02:00
parent 9c8b13d2ad
commit 5707b730f8
1 changed files with 2 additions and 2 deletions

View File

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