From 9c16c061bb80609f049cbbe5235ccf4502b55317 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 3 Mar 2026 10:02:47 +0200 Subject: [PATCH] `docker-src/` -> `container-src/` --- roles/custom/matrix-client-commet/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-client-commet/defaults/main.yml b/roles/custom/matrix-client-commet/defaults/main.yml index 1bb72c145..a6c3820c7 100644 --- a/roles/custom/matrix-client-commet/defaults/main.yml +++ b/roles/custom/matrix-client-commet/defaults/main.yml @@ -14,7 +14,7 @@ matrix_client_commet_hostname: "" matrix_client_commet_path_prefix: / matrix_client_commet_base_path: "{{ matrix_base_data_path }}/client-commet" -matrix_client_commet_container_src_path: "{{ matrix_client_commet_base_path }}/docker-src" +matrix_client_commet_container_src_path: "{{ matrix_client_commet_base_path }}/container-src" matrix_client_commet_config_path: "{{ matrix_client_commet_base_path }}/config" # Set to false to pull a pre-built image from a registry instead of building on the server.