From 43e3a3b52558f7edeea64fdc75318b6f5c29a65e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 9 Apr 2024 15:42:19 +0200 Subject: [PATCH] Make the secret name shorter. --- tasks/shinyproxy_docker_stack_service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/shinyproxy_docker_stack_service.yml b/tasks/shinyproxy_docker_stack_service.yml index 1ee421f..d526e05 100644 --- a/tasks/shinyproxy_docker_stack_service.yml +++ b/tasks/shinyproxy_docker_stack_service.yml @@ -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