changed file and directory ownership
diff --git a/tasks/main.yml b/tasks/main.yml
index fe4c33f..c2926fa 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -11,7 +11,7 @@
 
 - name: Set bootstrap file ownership
   file:
-    path: '{{ bootstrap_filename }}'
+    path: '{{ bootstrap_script }}'
     owner: '{{ opdk_user_name }}'
     group: '{{ opdk_group_name }}'