From f3ca7de78245f5741234e7578e4c5cc7d4a3ad51 Mon Sep 17 00:00:00 2001
From: NIKHIL VARMA M <63706239+nikhilvarma940@users.noreply.github.com>
Date: Thu, 21 Dec 2023 09:42:23 +0530
Subject: [PATCH] Update upload-batch.yml

---
 ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml b/ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml
index 843c6a44c..fc6b8c34a 100644
--- a/ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml
+++ b/ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml
@@ -9,8 +9,8 @@
 
 - name: Upload files from a local directory gcp storage
   shell: gsutil -m cp -r "{{ local_file_or_folder_path }}" "gs://{{ gcp_bucket_name }}/{{ gcp_path}}"
-  async: 3600
-  poll: 10
+  #async: 3600
+  #poll: 10
 
 - name: Revoke gcloud access
   include_tasks: gcloud-revoke.yml
-- 
GitLab