From ffd069f9c973f578682e2a17cbc3d9b1572aaf82 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 15 Apr 2020 17:25:57 +0200 Subject: [PATCH] customer/bitegra/portal/support#24 Copy artefacts during deploy tasks --- tasks/install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/install.yml b/tasks/install.yml index 2808484..deecee3 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -265,6 +265,8 @@ src: '{{ DRUPAL_ARTEFACT_SRC }}' dest: '{{ webRoot }}' when: DRUPAL_ARTEFACT_SRC is defined + tags: + - deploy - name: File Modes and Ownership file: -- GitLab