Skip to content

Commit eb60783

Browse files
authored
Ansible12 fixes pr 1.x (#769)
* Updating 'default()' filter paths in _init as an initial test. * Explicitly casting integers as strings for path creation. * Over refactored the variable setting! * Fixing Drupal 7 include in _init. * Another string truthy bug for Ansible 12.
1 parent 9c8574f commit eb60783

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)