Skip to content

Commit 9802b0c

Browse files
committed
Merge branch 'ansible12_fixes' into ansible12_fixes-PR-1.x
2 parents 8dc5211 + a43bca1 commit 9802b0c

File tree

1 file changed

+1
-1
lines changed
  • roles/database_apply/database_apply-drupal8/tasks

1 file changed

+1
-1
lines changed

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)