Skip to content

Commit 05541bd

Browse files
committed
Updated Honoroit with fallback reply-to mode
1 parent d0030b2 commit 05541bd

File tree

1 file changed

+1
-1
lines changed
  • roles/matrix-bot-honoroit/defaults

1 file changed

+1
-1
lines changed

roles/matrix-bot-honoroit/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix_bot_honoroit_container_image_self_build: false
77
matrix_bot_honoroit_docker_repo: "https://gitlab.com/etke.cc/honoroit.git"
88
matrix_bot_honoroit_docker_src_files_path: "{{ matrix_base_data_path }}/honoroit/docker-src"
99

10-
matrix_bot_honoroit_version: v0.9.1
10+
matrix_bot_honoroit_version: v0.9.2
1111
matrix_bot_honoroit_docker_image: "{{ matrix_bot_honoroit_docker_image_name_prefix }}honoroit:{{ matrix_bot_honoroit_version }}"
1212
matrix_bot_honoroit_docker_image_name_prefix: "{{ 'localhost/' if matrix_bot_honoroit_container_image_self_build else 'registry.gitlab.com/etke.cc/' }}"
1313
matrix_bot_honoroit_docker_image_force_pull: "{{ matrix_bot_honoroit_docker_image.endswith(':latest') }}"

0 commit comments

Comments
 (0)