File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
database_apply/database_apply-drupal7/tasks Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ drupal:
14
14
# End Drupal 8 variables
15
15
# Drupal 7 variables
16
16
revert_features_command : " " # i.e. "fra"
17
+ revert_ctools : true
17
18
# End Drupal 7 variables
18
19
sanitize_command : " sql-sanitize"
19
20
base_url : https://www.example.com
@@ -25,4 +26,4 @@ drupal:
25
26
mautic :
26
27
image_path : " media/images"
27
28
force_install : false
28
- bin_directory : " /home/{{ deploy_user }}/.bin"
29
+ bin_directory : " /home/{{ deploy_user }}/.bin"
Original file line number Diff line number Diff line change 44
44
loop_var : site
45
45
when :
46
46
- previous_build_number > 0
47
- - site.revert_features_command
47
+ - site.revert_features_command | length > 0
48
48
49
49
- name : Revert Drupal configuration with Ctools.
50
50
ansible.builtin.include_tasks : ctools.yml
51
51
with_items : " {{ drupal.sites }}"
52
52
loop_control :
53
53
loop_var : site
54
+ when :
55
+ - site.revert_ctools
You can’t perform that action at this time.
0 commit comments