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

ansible-playbooks/general#85 Bug fix

parent 70da1b3e
No related branches found
No related tags found
No related merge requests found
<?php
$root = is_dir('{{ drupalRoot }}') ? '{{ drupalRoot }}' : {{ drupalRootJail }};
$root = is_dir('{{ drupalRoot }}') ? '{{ drupalRoot }}' : '{{ drupalRootJail }}';
$aliases = array(
{% for domain in drupal.domains %}
{% if domain.exclude_from_drush_alias|default(false) == excluded %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment