Add task to copy #10 test file to correct path 03/57503/1
authorDaniel Farrell <dfarrell@redhat.com>
Sat, 30 May 2015 15:49:01 +0000 (11:49 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:24 +0000 (12:52 -0400)
This is an experiment, may or may not be helpful/work.

Change-Id: Ie7f8ef4a5d856a49b0a3e71d48c15f8c483e5830
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/create_bundle_test_file.yml [new file with mode: 0644]

diff --git a/tasks/create_bundle_test_file.yml b/tasks/create_bundle_test_file.yml
new file mode 100644 (file)
index 0000000..f45c98b
--- /dev/null
@@ -0,0 +1,7 @@
+- 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