include vars based on the type of database

This commit is contained in:
Adam Brokes
2020-07-16 14:39:32 +10:00
parent 8221cb69bd
commit 4d66ed7a75
6 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,9 @@
---
- name: Include database specific configuration
include_vars:
file:
- name: Initialise database
include_tasks: "{{ atl_jdbc_engine_map[atl_db_engine] }}.yml" # TODO this is done to have same tasks for aurora and postgres
include_tasks: "{{ atl_db_general_type }}.yml" # TODO this is done to have same tasks for aurora and postgres