Add the flush-handlers task.
This commit is contained in:
parent
2e1f1cbc30
commit
28f1f21b19
|
@ -41,6 +41,9 @@
|
||||||
- Stop the shinyproxy service
|
- Stop the shinyproxy service
|
||||||
- Create the secret for the application.yml file
|
- Create the secret for the application.yml file
|
||||||
|
|
||||||
|
- name: shinyproxy_docker_stack_service | Flush the handlers so that we can manage the configuration file as a secret
|
||||||
|
ansible.builtin.meta: flush-handlers
|
||||||
|
|
||||||
- name: shinyproxy_docker_stack_service | Start the shinyproxy stack
|
- name: shinyproxy_docker_stack_service | Start the shinyproxy stack
|
||||||
community.docker.docker_stack:
|
community.docker.docker_stack:
|
||||||
name: '{{ shinyproxy_as_docker_stack_name }}'
|
name: '{{ shinyproxy_as_docker_stack_name }}'
|
||||||
|
|
Loading…
Reference in New Issue