removed forced become from task
diff --git a/tasks/main.yml b/tasks/main.yml
index 1a0ac14..378b03d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -16,7 +16,6 @@
   when: "{{ groups['pgmaster'] is defined and groups['pgstandby'] is defined }}"
 
 - name: Construct the silent-install file
-  become: yes
   template:
     src: 'silent-install.conf.j2'
     dest: "{{ opdk_installation_config_file }}"
@@ -29,7 +28,6 @@
   - no-silent-install
 
 - name: Copy provided silent-install file
-  become: yes
   copy:
     src: "{{ provided_response_file }}"
     dest: "{{ opdk_installation_config_file }}"