2020-05-07 10:47:05 +00:00
|
|
|
---
|
2020-05-07 06:17:17 +00:00
|
|
|
# Needs variables:
|
|
|
|
# - site: dict describing the site install (cf group_vars/all/vars.yml)
|
|
|
|
|
2020-08-17 10:56:15 +00:00
|
|
|
- block: # Used for tagging all tasks with "drupal"
|
2020-05-07 06:17:17 +00:00
|
|
|
|
2020-08-17 10:56:15 +00:00
|
|
|
- name: Include nginx tasks
|
|
|
|
import_tasks: nginx.yml
|
|
|
|
tags: nginx
|
|
|
|
|
|
|
|
- name: Include docker tasks
|
|
|
|
import_tasks: docker.yml
|
|
|
|
tags: docker
|
|
|
|
|
|
|
|
tags: drupal
|