Make the secret name shorter.
This commit is contained in:
parent
9e8361dd69
commit
43e3a3b525
|
@ -47,7 +47,7 @@
|
|||
|
||||
- name: shinyproxy_docker_stack_service | Create the secret for the application.yml file
|
||||
community.docker.docker_secret:
|
||||
name: "{{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}_application_yml"
|
||||
name: "{{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}"
|
||||
data_src: '{{ shinyproxy_as_docker_src_dir }}/application.yml'
|
||||
state: present
|
||||
when: shinyproxy_conf_file is changed # noqa: no-handler
|
||||
|
|
Loading…
Reference in New Issue