map correct tasks for the db engine

This commit is contained in:
Adam Brokes
2020-07-13 17:41:41 +10:00
parent a513c92724
commit f6d425d9f6

View File

@@ -1,4 +1,4 @@
---
- name: Initialise database
include_tasks: "{{ atl_db_engine|lower }}.yml"
include_tasks: "{{ atl_jdbc_engine_map[atl_db_engine] }}.yml" # TODO this is done to have same tasks for aurora and postgres