1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Rename some leftover _name_prefix variables (to _registry_prefix)

This commit is contained in:
Slavi Pantaleev
2025-03-12 17:57:10 +02:00
parent 5287b8ddeb
commit 3492d31dca
7 changed files with 17 additions and 8 deletions

View File

@ -43,3 +43,4 @@
when: "item.old in vars"
with_items:
- {'old': 'matrix_authentication_service_container_image_name_prefix', 'new': 'matrix_authentication_service_container_image_registry_prefix'}
- {'old': 'matrix_authentication_service_syn2mas_container_image_name_prefix', 'new': 'matrix_authentication_service_syn2mas_container_image_registry_prefix'}