diff --git a/defaults/main.yml b/defaults/main.yml
index 72e7ba44b29e4372026e33e4be98932fc7af14c0..4d7bc76dcdcdf21c3f7b82f43f51f91ea4f43476 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -19,7 +19,7 @@ drupal_post_deploy_tasks:
   d8:
     - sset system.maintenance_mode 1
     - cache-rebuild
-    - config-import sync
+    - config-import
     - updatedb
     - php:eval "node_access_rebuild();"
     - deploy:hook
diff --git a/tasks/copy_data/main.yml b/tasks/copy_data/main.yml
index 9e5cdeb93449909e765ed04fc0761a0115a00ca3..54036b7325120a2b1c1ddb9c6c0e819c7dfa5342 100644
--- a/tasks/copy_data/main.yml
+++ b/tasks/copy_data/main.yml
@@ -23,7 +23,7 @@
         - 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
-        - config-import sync
+        - config-import
         - updatedb
 
     - name: Set files ownership