updated telegraf spelling
diff --git a/tasks/main.yml b/tasks/main.yml
index 75b0d61..0e150dc 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -12,11 +12,14 @@
   with_items:
   - { key: 'influxdb_ip', value: "{{ hostvars[groups['influxdb'][0]][interface_name].ipv4.address }}" }
   - { key: 'influxdb_port', value: "{{ influxdb_port }}" }
-  - { key: 'telegraph_response_file', value: "{{ opdk_installer_path }}/apigee-dashboard-response-telegraph.conf" }
+  - { key: 'telegraf_response_file', value: "{{ opdk_installer_path }}/apigee-dashboard-response-telegraf.conf" }
 
-- name: Create telegraph response file
+- name: Create telegraf response file
   template:
     src: apigee-dashboard-response-telegraf.conf.j2
-    dest: "{{ telegraph_response_file }}"
+    dest: "{{ telegraf_response_file }}"
+    owner: '{{ opdk_user_name }}'
+    group: '{{ opdk_group_name }}'
+