diff --git a/ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml b/ansible/roles/gcp-cloud-storage/tasks/upload-batch.yml index 843c6a44c124eee311b63e5991ed5b91c1428014..fc6b8c34a26fbdfb11671d3931cef3ff764030a3 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