From 4c13be1c89ffb1b06475c7da546f7956e67b36a1 Mon Sep 17 00:00:00 2001 From: Joshua Hoffmann Date: Thu, 14 Dec 2023 23:31:19 +0100 Subject: [PATCH] change variable name per spantaleev's suggestion (https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2979#discussion_r1379015551) --- roles/custom/matrix-bridge-hookshot/tasks/reset_encryptioon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-bridge-hookshot/tasks/reset_encryptioon.yml b/roles/custom/matrix-bridge-hookshot/tasks/reset_encryptioon.yml index 6964c521a..73cd1b792 100644 --- a/roles/custom/matrix-bridge-hookshot/tasks/reset_encryptioon.yml +++ b/roles/custom/matrix-bridge-hookshot/tasks/reset_encryptioon.yml @@ -4,7 +4,7 @@ cmd: | {{ devture_systemd_docker_base_host_command_docker }} run --rm - --name={{ matrix_hookshot_container_url }}-reset-crypto + --name={{ matrix_hookshot_container_ident }}-reset-crypto --user={{ matrix_user_uid }}:{{ matrix_user_gid }} --cap-drop=ALL -v {{ matrix_hookshot_base_path }}/config.yml:/config.yml