From 6aeb251a9f268c7d923b275427984d76e78cff35 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 5 Oct 2020 18:44:41 +0200 Subject: [PATCH] Another attempt to fix the haproxy networks --- tasks/haproxy_networks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/haproxy_networks.yml b/tasks/haproxy_networks.yml index e0d8700..7f30c73 100644 --- a/tasks/haproxy_networks.yml +++ b/tasks/haproxy_networks.yml @@ -12,6 +12,7 @@ docker_compose: project_name: haproxy_haproxy definition: + version: 3 services: haproxy_haproxy: networks: '{{ docker_swarm_haproxy_networks }}' @@ -21,6 +22,7 @@ docker_compose: project_name: haproxy_haproxy definition: + version: 3 services: haproxy_haproxy: networks: '{{ docker_swarm_haproxy_additional_networks }}'