소스 검색
missed in the #1726 fix for honoroit
pull/1727/head
Aine
4 년 전
No known key found for this signature in database
GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
roles/matrix-bot-honoroit/tasks/setup_install.yml
|
|
|
@@ -43,6 +43,8 @@ |
|
|
|
template: |
|
|
|
src: "{{ role_path }}/templates/env.j2" |
|
|
|
dest: "{{ matrix_bot_honoroit_config_path }}/env" |
|
|
|
owner: "{{ matrix_user_username }}" |
|
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
mode: 0640 |
|
|
|
|
|
|
|
- name: Ensure honoroit image is pulled |
|
|
|
|