mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-08-29 03:53:15 +00:00
Stop calling hookshot a mautrix bridge in a task name
Hookshot is not one; the name was copied from a mautrix role. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SEH3vxYSQ5SV4N5z61eyGT
This commit is contained in:
co-authored by
Claude Opus 5
parent
1751246cd1
commit
6ad1c9b031
@@ -150,7 +150,7 @@
|
||||
driver: bridge
|
||||
driver_options: "{{ devture_systemd_docker_base_container_networks_driver_options }}"
|
||||
|
||||
- name: Ensure mautrix-hookshot support files installed
|
||||
- name: Ensure hookshot support files installed
|
||||
ansible.builtin.template:
|
||||
src: "{{ role_path }}/templates/{{ item }}.j2"
|
||||
dest: "{{ matrix_bridge_hookshot_base_path }}/{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user