From 6d0f05f555a6d7c49b14421e124804efa3e7c557 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 1 Oct 2020 17:53:46 +0200 Subject: [PATCH] Fix a typo --- tasks/haproxy_networks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/haproxy_networks.yml b/tasks/haproxy_networks.yml index 8a2589a..cf3d0a4 100644 --- a/tasks/haproxy_networks.yml +++ b/tasks/haproxy_networks.yml @@ -12,7 +12,7 @@ name: '{{ item }}' connected: - 'haproxy_haproxy' - append: yes + appends: yes with_items: '{{ docker_swarm_haproxy_networks }}' when: docker_swarm_manager_main_node | bool