updated fact gathering module
diff --git a/tasks/main.yml b/tasks/main.yml
index 0e150dc..91c3c09 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -15,6 +15,7 @@
   - { key: 'telegraf_response_file', value: "{{ opdk_installer_path }}/apigee-dashboard-response-telegraf.conf" }
 
 - name: Create telegraf response file
+  become: yes
   template:
     src: apigee-dashboard-response-telegraf.conf.j2
     dest: "{{ telegraf_response_file }}"