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

ansible-playbooks/general#85 Linting

parent 9ad80585
No related branches found
No related tags found
No related merge requests found
---
jailroot: /jails
drush_cron_core:
active: true
active: yes
minute: 0,30
drush_cron_translation:
active: true
active: yes
weekday: 0
hour:
refresh: 4
......
......@@ -111,9 +111,10 @@
- DrushUpdateAliases
- name: Move Alias Files
local_action: copy
copy:
src: /tmp/{{ inventory_hostname }}{{ drushSubkey }}.aliases.drushrc.php
dest: /etc/drush/
delegate_to: localhost
tags:
- DrushUpdateAliases
......
......@@ -9,10 +9,10 @@
- block:
- include_tasks: config-{{ drush_version_main|default("8") }}.yml
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
when: drupal.create_drush_aliases|default(true) and (limit_site is not defined or limit_site == 'no' or drupal.id is not defined or limit_site == drupal.id)
- include_tasks: config-{{ drush_version_main|default("8") }}.yml
with_items: '{{ drupal_settings|default([]) }}'
loop_control:
loop_var: drupal
when: drupal.create_drush_aliases|default(true) and (limit_site is not defined or limit_site == 'no' or drupal.id is not defined or limit_site == drupal.id)
when: not excluded_roles or "drush" not in excluded_roles
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment