diff --git a/tasks/copy_data/main.yml b/tasks/copy_data/main.yml
index 607f4f2ef29b93d8653e28dede0f0bf1be25820c..9e5cdeb93449909e765ed04fc0761a0115a00ca3 100644
--- a/tasks/copy_data/main.yml
+++ b/tasks/copy_data/main.yml
@@ -23,8 +23,8 @@
         - sql:sync --create-db @{{ drupal.id }}_stages.{{ branch|replace("/","-") }} @{{ drupal.id }}_stages.{{ destination_branch|replace("/","-") }}
         - rsync @{{ drupal.id }}_stages.{{ branch|replace("/","-") }}:%files/ @{{ drupal.id }}_stages.{{ destination_branch|replace("/","-") }}:%files -- --chown={{ apacheUser }}:{{ apacheUser }} --safe-links
         - cache-rebuild
-        - updatedb
         - config-import sync
+        - updatedb
 
     - name: Set files ownership
       file: