Add undefined matrix_hookshot_container_ident variable (and rename it to matrix_hookshot_ident)

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3042
This commit is contained in:
Slavi Pantaleev
2023-12-16 09:29:54 +02:00
parent 94c1503a60
commit ae983491e7
3 changed files with 10 additions and 9 deletions

View File

@ -5,7 +5,7 @@
cmd: |
{{ devture_systemd_docker_base_host_command_docker }} run
--rm
--name={{ matrix_hookshot_container_ident }}-reset-crypto
--name={{ matrix_hookshot_ident }}-reset-crypto
--user={{ matrix_user_uid }}:{{ matrix_user_gid }}
--cap-drop=ALL
--mount type=bind,src={{ matrix_hookshot_base_path }}/config.yml,dst=/config.yml