Change `deb_path` to use remote URL instead of local path 52/57552/1
authorAkshita Jha <zenith158@gmail.com>
Sat, 3 Dec 2016 00:09:17 +0000 (05:39 +0530)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
Change-Id: I4fc94805ba54b6f19d98d01f6b2cfd926845d56c
Signed-off-by: Akshita Jha <zenith158@gmail.com>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/install_odl_via_deb_path.yml

index afc6f72a210c6deb722a4c91d55eb298a4faa4c8..45e6df0afdc3e59832c6aab9c35fcb1301a08402 100755 (executable)
@@ -3,5 +3,5 @@
 
 - name: Install ODL via Deb path
   apt:
-    deb: "/home/vagrant/opendaylight_5.0.0-1_all.deb"
+    deb: "{{ deb_path }}"
     state: present