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

Implement NewGen version to collect db dump and assets

parent a7b06f8a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
when: limit_site is not defined or limit_site == 'no' or drupal.id is not defined or limit_site == drupal.id
when: siteproject is not defined or siteproject == 'no' or drupal.siteproject is not defined or (siteproject == drupal.siteproject and drupal.src.git.branch == branch)
tags:
- collect_db_dump
- collect_asset_archive
......
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