Skip to content
Snippets Groups Projects
Commit c719dcc3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Trigger CAE after resuming it

parent 3478f713
No related branches found
No related tags found
No related merge requests found
......@@ -58,12 +58,13 @@
with_items: '{{ drupal_post_deploy_tasks[drupal.version|default("d7")] }}'
when: drushStatus
- name: Re-import and resume CAE
- name: Resume and trigger CAE
shell: drush -y {{ drushAlias }} {{ item }}
args:
chdir: '{{ webRoot }}'
with_items:
- cae:resume
- cae:trigger
when: drushStatus and 'config_auto_export' in cae_status.stdout|default('')
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment