updated fact gathering module
diff --git a/tasks/main.yml b/tasks/main.yml
index 43f9e92..f42268d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -10,6 +10,7 @@
   - { key: 'influxdb_port', value: "{{ influxdb_port }}" }
 
 - name: Create grafana response file
+  become: yes
   template:
     src: apigee-dashboard-response-grafana.conf.j2
     dest: "{{ grafana_response_file }}"