Show the name of the service that will be stopped.
This commit is contained in:
parent
726c0df46a
commit
170aea0f4b
|
@ -39,7 +39,7 @@
|
|||
mode: "0400"
|
||||
register: shinyproxy_conf_file
|
||||
|
||||
- name: shinyproxy_docker_stack_service | Stop the shinyproxy service
|
||||
- name: shinyproxy_docker_stack_service | Stop the shinyproxy service {{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }} # noqa: name[template] noqa: yaml[line-length]
|
||||
community.docker.docker_swarm_service:
|
||||
name: "{{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}"
|
||||
state: absent
|
||||
|
|
Loading…
Reference in New Issue