Remove old, unused task 16/57516/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 14 Aug 2015 15:35:28 +0000 (11:35 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:25 +0000 (12:52 -0400)
Change-Id: I81dc8ffe235f5a9a23c8853a13f1bc982c22c25c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/create_bundle_test_file.yml [deleted file]

diff --git a/tasks/create_bundle_test_file.yml b/tasks/create_bundle_test_file.yml
deleted file mode 100644 (file)
index 22cdc6a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-- name: Create bundle test file
-  copy:
-    src=jolokia-osgi-1.1.4-features.xml
-    dest=/opt/opendaylight/system/org/jolokia/jolokia-osgi/1.1.4/
-    owner=odl
-    group=odl
-    mode=0644
-  notify:
-    - Stop ODL
-    - Cleanup Karaf
-    - Start ODL