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

Fix Ansible 2.3.0.0 deprecation bug

parent d2364352
Branches
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@
shell: drush @{{ inventory_hostname }}{{ drushSubkey }} status
register: drush_status
changed_when: false
when: "'@{{ inventory_hostname }}{{ drushSubkey }}' in drush_aliases.stdout_lines"
when: "['@', inventory_hostname, drushSubkey]|join('') in drush_aliases.stdout_lines"
tags: 'deploy'
- name: "Run Post Deploy Tasks"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment