Jakub Sokołowski 80e572044e
add first working version
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-24 16:43:35 +01:00

9 lines
245 B
YAML

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