diff --git a/tasks/install.yml b/tasks/install.yml index 96d8002a23bc885d27062fea894b6ebe703c667e..e3ccffa58f681fd3dc5d68450c666065f7d8a0d7 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