Make the secret name shorter.

This commit is contained in:
Andrea Dell'Amico 2024-04-09 15:42:19 +02:00
parent 9e8361dd69
commit 43e3a3b525
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

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