From 2a9cf7de9748177809352f5d253d440f849dbf60 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 21 Jan 2025 20:45:55 +0900 Subject: [PATCH] Update roles/custom/matrix-authentication-service/tasks/syn2mas.yml: fix punctuation Signed-off-by: Suguru Hirahara --- roles/custom/matrix-authentication-service/tasks/syn2mas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-authentication-service/tasks/syn2mas.yml b/roles/custom/matrix-authentication-service/tasks/syn2mas.yml index 46ae2688c..821892f8d 100644 --- a/roles/custom/matrix-authentication-service/tasks/syn2mas.yml +++ b/roles/custom/matrix-authentication-service/tasks/syn2mas.yml @@ -106,7 +106,7 @@ # See: https://ansibledaily.com/print-to-standard-output-without-escaping/ # # We want to run `debug: msg=".."`, but that dumps it as JSON and escapes double quotes within it, -# which ruins the command (`matrix_authentication_service_syn2mas_migration_command`) +# which ruins the command (`matrix_authentication_service_syn2mas_migration_command`). - name: Note about syn2mas migration ansible.builtin.set_fact: dummy: true