瀏覽代碼

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
pull/5575/head
Slavi Pantaleev 6 天之前
父節點
當前提交
6ad1c9b031
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml

+ 1
- 1
roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml 查看文件

@@ -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 }}"


Loading…
取消
儲存