Add task to install ODL from its RPM 55/57455/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 11 May 2015 20:45:01 +0000 (16:45 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:22 +0000 (12:52 -0400)
Change-Id: I78c4eae54fc61ba80afcd91df1e3ad68406e231f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/install_odl_rpm.yml [new file with mode: 0644]

diff --git a/tasks/install_odl_rpm.yml b/tasks/install_odl_rpm.yml
new file mode 100644 (file)
index 0000000..e3cd131
--- /dev/null
@@ -0,0 +1,5 @@
+- name: Install ODL RPM
+  yum:
+    name=opendaylight
+    state=present
+    update_cache=yes