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

ansible-playbooks/general#85 Name import and include tasks

parent 807cce31
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,15 @@
- block:
- include_tasks: apache.yml
- name: Include apache
include_tasks: apache.yml
with_items: '{{ zammad_settings|default([]) }}'
loop_control:
loop_var: domain
tags:
- ApacheConfig
- import_tasks: install.yml
- name: Import install
import_tasks: install.yml
when: not excluded_roles or "zammad" not in excluded_roles
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment