From 2ee0d13d040a9d65a4a2e74c5429797b04d90313 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sat, 23 Jan 2021 15:02:24 +0100
Subject: [PATCH] gitlab-ci-cd/drupal#2 Optimize copy of artefact

---
 tasks/install.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index 96d8002..e3ccffa 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -101,7 +101,7 @@
     - deploy
 
 - name: Copy Artefacts
-  copy:
+  synchronize:
     src: '{{ DRUPAL_ARTEFACT_SRC }}/'
     dest: '{{ (installSource.mode|default("none") == "artefact")|ternary(tempDeployRoot,webRoot) }}/'
   when: DRUPAL_ARTEFACT_SRC is defined
-- 
GitLab