From d751d81f9a34d7879b9163a7b63ab278d7b498bf Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 3 Mar 2026 19:54:22 +0900 Subject: [PATCH] Change the condition to restart the service It is sensible to restart the container on building the image, rather than on pulling the source Signed-off-by: Suguru Hirahara --- roles/custom/matrix-client-commet/tasks/setup_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-client-commet/tasks/setup_install.yml b/roles/custom/matrix-client-commet/tasks/setup_install.yml index 160aaa5ec..d91cb59ed 100644 --- a/roles/custom/matrix-client-commet/tasks/setup_install.yml +++ b/roles/custom/matrix-client-commet/tasks/setup_install.yml @@ -118,6 +118,6 @@ matrix_client_commet_config_result.changed | default(false) or matrix_client_commet_support_files_result.changed | default(false) or matrix_client_commet_systemd_service_result.changed | default(false) - or matrix_client_commet_git_result.changed | default(false) + or matrix_client_commet_image_build_result.changed | default(false) or matrix_client_commet_image_pull_result.changed | default(false) }}