mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
9 lines
224 B
YAML
9 lines
224 B
YAML
---
|
|
|
|
- name: Include database specific configuration
|
|
include_vars:
|
|
file:
|
|
|
|
- name: Initialise database
|
|
include_tasks: "{{ atl_db_general_type }}.yml" # TODO this is done to have same tasks for aurora and postgres
|
|
|