Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 9b45163

Browse files
committed
Merge branch 'ansible12_fixes' into ansible12_fixes-PR-devel-1.x
2 parents 9921fc4 + a43bca1 commit 9b45163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • roles/database_apply/database_apply-drupal8/tasks

roles/database_apply/database_apply-drupal8/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
loop_var: site
129129
when:
130130
- previous_build_number > 0
131-
- site.config_import_command
131+
- site.config_import_command | length > 0
132132
register: _drush_output
133133

134134
- name: Show drush output.

0 commit comments

Comments
 (0)