Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3ccfe51
Defer nightly backups, disable ASG processes during syncs and run syn…
EmlynK Jan 20, 2022
a54c09c
Added deploy.yml examples for Drupal 9 and Localgov. Updated tests (#97)
DionisioFG Mar 10, 2022
223a3b5
Adding a new SimpleSAMLphp meta role. (#100)
gregharvey Mar 31, 2022
32843d5
Allowing users to set cachetool version properly. (#102)
gregharvey Apr 13, 2022
91ea64e
Deploy ami pr 1.x (#106)
gregharvey Apr 14, 2022
371b6b9
Making the MySQL dump command for routine back-ups less aggressive. (…
gregharvey Apr 20, 2022
a9cc7ad
Fix database backups pr 1.x (#109)
gregharvey Apr 20, 2022
4c4c3ad
Fix MySQL backup deferral. (#110)
EmlynK Apr 22, 2022
029848d
Files recurse fix pr 1.x (#112)
EmlynK Apr 26, 2022
b71fa83
Improve multisite support (#115)
EmlynK Apr 29, 2022
c933dc8
Static credentials handling fix pr 1.x (#119)
EmlynK May 23, 2022
b6ea020
Making contents of deploy tar 'ownerless'. (#117)
gregharvey May 31, 2022
1c2b206
Implement file syncing (#124)
EmlynK Jun 7, 2022
1623640
Add a drupal_sync_tasks role to run Drupal specific tasks during syncs.
EmlynK Jun 8, 2022
bcd6d37
Merge branch 'devel' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
f296ed9
Merge branch 'drupal-sync-tasks' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
cdd36d8
Move sync database_apply files into tasks subdirectory.
EmlynK Jun 8, 2022
d48ab3e
Merge branch 'devel' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
f4c5857
Merge branch 'drupal-sync-tasks' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
c51dc7f
Woops, used bad role names in sync database update roles.
EmlynK Jun 8, 2022
3fad2fb
Merge branch 'devel' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
e174458
Merge branch 'drupal-sync-tasks' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
67b3bb2
Remove feature reverting from drupal7 database_apply sync role.
EmlynK Jun 8, 2022
ec33ae0
Merge branch 'devel' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
167c47f
Merge branch 'drupal-sync-tasks' into drupal-sync-tasks_PR_devel
EmlynK Jun 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
loop_control:
loop_var: site

- name: Revert Drupal configuration with Features.
ansible.builtin.include_tasks: features.yml
with_items: "{{ drupal.sites }}"
loop_control:
loop_var: site
when:
- site.revert_features_command

- name: Clear the cache.
ansible.builtin.include_role:
name: "sync/drupal_sync_tasks/cache_clear/cache_clear-{{ project_type }}"