Fix a task name

This commit is contained in:
Andrea Dell'Amico 2020-10-12 19:19:06 +02:00
parent 27f994c683
commit f747135dd9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
compose: compose:
- '{{ shinyproxy_as_docker_src_dir }}/docker-shinyproxy-stack.yml' - '{{ shinyproxy_as_docker_src_dir }}/docker-shinyproxy-stack.yml'
- name: Connect haproxy to the external network - name: Connect the shinyproxy serivce to the haproxy-public network
command: docker service update --network-add haproxy-public {{ shinyproxy_as_docker_service_name }}_{{ shinyproxy_docker_network }} --update-delay 30s --update-parallelism 1 command: docker service update --network-add haproxy-public {{ shinyproxy_as_docker_service_name }}_{{ shinyproxy_docker_network }} --update-delay 30s --update-parallelism 1
run_once: True run_once: True
ignore_errors: True ignore_errors: True