Add task that puts yum repo config in correct dir 53/57453/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 11 May 2015 18:28:59 +0000 (14:28 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:22 +0000 (12:52 -0400)
Change-Id: I44b74e83fa713d1ef6c0a61012d0cbcb0802a9bf
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/add_odl_yum_repo.yml [new file with mode: 0644]

diff --git a/tasks/add_odl_yum_repo.yml b/tasks/add_odl_yum_repo.yml
new file mode 100644 (file)
index 0000000..c4c9b2d
--- /dev/null
@@ -0,0 +1,7 @@
+- name: Add ODL yum repo
+  copy:
+    src=opendaylight.repo
+    dest=/etc/yum.repos.d/
+    owner=root
+    group=root
+    mode=0644