2020-09-16 18:31:27 +02:00
|
|
|
---
|
2020-09-17 19:30:11 +02:00
|
|
|
- name: Restart shinyproxy
|
2024-04-08 18:28:36 +02:00
|
|
|
ansible.builtin.service:
|
|
|
|
name: shinyproxy
|
|
|
|
state: restarted
|
|
|
|
|
|
|
|
- name: Stop the shinyproxy service
|
|
|
|
community.docker.docker_swarm_service:
|
|
|
|
name: "{{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}"
|
|
|
|
state: absent
|