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

ansible-playbooks/general#72 All includes are now include_tasks and they...

ansible-playbooks/general#72 All includes are now include_tasks and they always have a tag associated
parent 2d542745
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
- set_fact:
drupalRoot='{{ webRoot }}{{ drupal.root|default("") }}'
drupalRootJail='/var/www{{ drupal.root|default("") }}'
tags: always
tags: 'always'
- name: "Create alias include file"
template:
......
......@@ -3,7 +3,7 @@
- name: "Drush Role"
set_fact: role_drush_started=true
tags: always
tags: 'always'
- block:
......@@ -12,5 +12,6 @@
loop_control:
loop_var: drupal
when: limit_site is not defined or drupal.id is not defined or limit_site == drupal.id
tags: 'always'
when: '"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