소스 검색
Use fully-qualified Ansible module name
pull/1882/head^2
Slavi Pantaleev
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/matrix-bridge-mautrix-signal/tasks/setup_install.yml
|
|
|
@@ -92,7 +92,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
- name: Ensure mautrix-signal-daemon environment variables file created |
|
|
|
template: |
|
|
|
ansible.builtin.template: |
|
|
|
src: "{{ role_path }}/templates/env.j2" |
|
|
|
dest: "{{ matrix_mautrix_signal_daemon_path }}/env" |
|
|
|
owner: "{{ matrix_user_username }}" |
|
|
|
|