Jakub Sokołowski 8a374cb4ea
start: specify compose file path
Allows for renaming it.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-12-07 20:39:01 +01:00

10 lines
295 B
YAML

---
- name: 'Create database container'
docker_compose:
project_src: '{{ postgres_ha_service_path }}'
files: '{{ postgres_ha_compose_file }}'
state: '{{ compose_state }}'
restarted: '{{ compose_restart }}'
recreate: '{{ compose_recreate }}'
pull: true