removed defaults that are managed elsewhere.
diff --git a/tasks/main.yml b/tasks/main.yml
index 775c701..c87994c 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -49,6 +49,7 @@
     value: '{{ opdk_installer_path }}/edge-response-{{ opdk_version }}-{{ region }}.conf'
 
 - name: Touch file
+  become: yes
   file:
     state: touch
     path: "{{ opdk_installation_config_file }}"