
はGitLabランナー設定ファイルのサポートコメントは?高度な設定ドキュメント。
使用するにはコメントが必要ですアンシブルのblockinfile
。
答え1
GitLabはTOML (トムの明白な最小限の言語)TOML 形式では、コメントの複数の形式がサポートされます。
# This is a full-line comment
key = "value" # This is a comment at the end of a line
another = "# This is not a comment"