Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion roles/database_apply/database_apply-drupal8/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
loop_var: site
when:
- previous_build_number > 0
- site.config_import_command
- site.config_import_command | length > 0
register: _drush_output

- name: Show drush output.
Expand Down