Rename Continuwuity migration tag (migrate-conduwuit -> conduwuit-migrate-from-continuwuity) to be less generic

This should allow roles for other forks (like Tuwunel) to use similar tags.

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4267
This commit is contained in:
Slavi Pantaleev
2025-04-26 09:34:51 +03:00
parent 46e587ee29
commit 3e1bc3ce59
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@
ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check_federation_api.yml"
- tags:
- migrate-conduwuit
- conduwuit-migrate-from-continuwuity
block:
- when: matrix_continuwuity_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/migrate_from_conduwuit.yml"