소스 검색

Correct regex in matrix_appservice_webhooks_registration_yaml

pull/339/head
Björn Marten 6 년 전
부모
커밋
f9d518796b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-appservice-webhooks/defaults/main.yml 파일 보기

@@ -94,7 +94,7 @@ matrix_appservice_webhooks_registration_yaml: |
namespaces: namespaces:
users: users:
- exclusive: true - exclusive: true
regex: '@{{ matrix_appservice_webhooks_user_prefix }}.*'
regex: '@{{ matrix_appservice_webhooks_user_prefix }}*:{{ matrix_domain }}'
aliases: [] aliases: []
rooms: [] rooms: []
url: "{{ matrix_appservice_webhooks_appservice_url }}:{{ matrix_appservice_webhooks_matrix_port }}" url: "{{ matrix_appservice_webhooks_appservice_url }}:{{ matrix_appservice_webhooks_matrix_port }}"


불러오는 중...
취소
저장