From 28fdc556e5173bb60002e36a62add67fe9aafe64 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 12 Oct 2020 19:21:09 +0200 Subject: [PATCH] Fix a task name --- tasks/portainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/portainer.yml b/tasks/portainer.yml index 6784273..c77b043 100644 --- a/tasks/portainer.yml +++ b/tasks/portainer.yml @@ -15,7 +15,7 @@ - /srv/portainer/portainer-agent-stack.yml run_once: True - - name: Connect the portainer service to the docker network + - name: Connect the portainer service to the haproxy-public network shell: docker service update --network-add haproxy-public portainer_portainer --update-delay 30s --update-parallelism 1 ignore_errors: True