Show the name of the service that will be stopped.

This commit is contained in:
Andrea Dell'Amico 2024-04-09 15:54:52 +02:00
parent 726c0df46a
commit 170aea0f4b
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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