15 lines
No EOL
332 B
YAML
15 lines
No EOL
332 B
YAML
---
|
|
# Needs variables:
|
|
# - site: dict describing the site install (cf group_vars/all/vars.yml)
|
|
|
|
- block: # Used for tagging all tasks with "drupal"
|
|
|
|
- name: Include nginx tasks
|
|
import_tasks: nginx.yml
|
|
tags: nginx
|
|
|
|
- name: Include docker tasks
|
|
import_tasks: docker.yml
|
|
tags: docker
|
|
|
|
tags: drupal |