From 8a374cb4eac81a62f67f4a07f1ebf8eea3bdd37c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 7 Dec 2022 20:39:01 +0100 Subject: [PATCH] start: specify compose file path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows for renaming it. Signed-off-by: Jakub SokoĊ‚owski --- tasks/start.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/start.yml b/tasks/start.yml index 79d87a2..a54dd27 100644 --- a/tasks/start.yml +++ b/tasks/start.yml @@ -2,6 +2,7 @@ - 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 }}'