From 229162640ee7df207a8a67e5b250d5b8cc7127dd Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 7 May 2026 16:57:03 +0300 Subject: [PATCH] Polish Draupnir 3.1.0 ZTD docs and fix variable name typo - Fix `matrxi_appservice_draupnir_for_all_zero_touch_deployment` typo in the appservice doc example so the variable actually matches the role default (`matrix_appservice_draupnir_for_all_zero_touch_deploy`). - Drop a garbled sentence in the appservice usage section. - Restructure the bot-mode "Adjusting the playbook configuration" section into clearly labeled ZTD vs. native-login subsections so the access-token vs. native-login choice is unambiguous. - Restore an example block under the (now uncommented) `pollReports` paragraph in the bot-mode doc. - Reorder the orphaned "automatically done if Ketesa is enabled" sentence so it precedes the code block it qualifies. - Fix `SPDX-FileCopyRightText` casing and normalize `2024,2026` / `2024, 2026` to the project's `YYYY - YYYY` convention. - Fix variable name references in role default comments (`matrix_*_initialManager` -> `matrix_*_config_initialManager`). - Misc grammar/spelling fixes ("the the", "a admin", "mittigated", "recommendationare", "News memory", "re creation", "an Synapse"). - Drop a stray double blank line in the appservice template. --- ...ng-playbook-appservice-draupnir-for-all.md | 44 +++++++++---------- docs/configuring-playbook-bot-draupnir.md | 43 ++++++++++-------- .../defaults/main.yml | 17 +++---- .../tasks/setup_install.yml | 2 +- .../tasks/validate_config.yml | 2 +- .../templates/production-appservice.yaml.j2 | 1 - .../matrix-bot-draupnir/defaults/main.yml | 2 +- 7 files changed, 57 insertions(+), 54 deletions(-) diff --git a/docs/configuring-playbook-appservice-draupnir-for-all.md b/docs/configuring-playbook-appservice-draupnir-for-all.md index 2574b1c3e..fce711584 100644 --- a/docs/configuring-playbook-appservice-draupnir-for-all.md +++ b/docs/configuring-playbook-appservice-draupnir-for-all.md @@ -1,5 +1,5 @@