From 35ce5cc76cb3d0cf19950d5e8b6ee4a5284ce57c Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Tue, 3 Apr 2018 14:49:33 +0300 Subject: [PATCH] Add Oxygen as default deb PPA Change-Id: I8c7400701ec5f767395bb3e013e332a1520aecf5 Signed-off-by: Dimitrios Markou --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index f8803cb..020c551 100755 --- a/vars/main.yml +++ b/vars/main.yml @@ -67,7 +67,7 @@ suse_rpm_repo_url: "{{ odl_repo_url | default('https://download.opensuse.org/rep # URL of the deb repository to use when installing ODL from a repo # NB: This will only take effect when `install_method` is "deb_repo" -deb_repo_url: "{{ odl_repo_url | default('ppa:odl-team/nitrogen') }}" +deb_repo_url: "{{ odl_repo_url | default('ppa:odl-team/oxygen') }}" # This will be passed as the `name` param to the Ansible `yum` module. # `name` param docs: "You can also pass a url or a local path to a rpm file." -- 2.36.6