Quellcode durchsuchen

Update roles/custom/matrix-authentication-service/tasks/syn2mas.yml: fix punctuation

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4047/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
2a9cf7de97
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      roles/custom/matrix-authentication-service/tasks/syn2mas.yml

+ 1
- 1
roles/custom/matrix-authentication-service/tasks/syn2mas.yml Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern