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

Bug fix

parent 4261ffe8
Branches
No related tags found
No related merge requests found
......@@ -214,5 +214,5 @@
- name: "Run Post Deploy Tasks"
shell: drush -y @{{ inventory_hostname }}{{ drushSubkey }} {{ item }}
with_items: '{{ drupal_post_deploy_tasks[drupal.version|default("d7")] }}'
when: drush_status is defined and 'Successful' in drush_status.stdout_lines
when: "drush_status is defined and 'Successful' in drush_status.stdout"
tags: 'deploy'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment