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

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

parent d410a196
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,14 @@
- block:
- import_tasks: install.yml
- name: Import install
import_tasks: install.yml
- import_tasks: rules.yml
- name: Import rules
import_tasks: rules.yml
- include_tasks: rules.drupal.yml
- name: Include rules drupal
include_tasks: rules.drupal.yml
with_nested:
- '{{ groups["webserver_drupal"] }}'
- ['rule.drupal.syslog', 'rule.drupal.apache']
......
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