From bf8bbdd5ba41032935952f6f7a587a6de4ebea7d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 15 Oct 2024 18:33:19 +0900 Subject: [PATCH] Remove whitespace characters from the comment block Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-client-cinny.md | 2 +- docs/configuring-playbook-client-hydrogen.md | 2 +- docs/configuring-playbook-client-schildichat.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-client-cinny.md b/docs/configuring-playbook-client-cinny.md index a3db9bc4c..bcecff2d7 100644 --- a/docs/configuring-playbook-client-cinny.md +++ b/docs/configuring-playbook-client-cinny.md @@ -13,7 +13,7 @@ for `cinny`. See [Configuring DNS](configuring-dns.md). If you would like to use a different domain, add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file (changing it to use your preferred domain): ```yaml - matrix_server_fqn_cinny: "app.{{ matrix_domain }}" +matrix_server_fqn_cinny: "app.{{ matrix_domain }}" ``` ## Adjusting the playbook configuration diff --git a/docs/configuring-playbook-client-hydrogen.md b/docs/configuring-playbook-client-hydrogen.md index c840efad9..28ddb900a 100644 --- a/docs/configuring-playbook-client-hydrogen.md +++ b/docs/configuring-playbook-client-hydrogen.md @@ -13,7 +13,7 @@ for `hydrogen`. See [Configuring DNS](configuring-dns.md). If you would like to use a different domain, add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file (changing it to use your preferred domain): ```yaml - matrix_server_fqn_hydrogen: "helium.{{ matrix_domain }}" +matrix_server_fqn_hydrogen: "helium.{{ matrix_domain }}" ``` ## Adjusting the playbook configuration diff --git a/docs/configuring-playbook-client-schildichat.md b/docs/configuring-playbook-client-schildichat.md index 856e71c13..81fe411d1 100644 --- a/docs/configuring-playbook-client-schildichat.md +++ b/docs/configuring-playbook-client-schildichat.md @@ -15,7 +15,7 @@ for `schildichat`. See [Configuring DNS](configuring-dns.md). If you would like to use a different domain, add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file (changing it to use your preferred domain): ```yaml - matrix_server_fqn_schildichat: "sc.{{ matrix_domain }}" +matrix_server_fqn_schildichat: "sc.{{ matrix_domain }}" ``` ## Adjusting the playbook configuration