Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

5 行
365 B

  1. ---
  2. # Doing `|from_yaml` when the extension contains nothing yields an empty string ("").
  3. # We need to ensure it's a dictionary or `|combine` (when building `matrix_mxisd_configuration`) will fail later.
  4. matrix_mxisd_configuration_extension: "{{ matrix_mxisd_configuration_extension_yaml|from_yaml if matrix_mxisd_configuration_extension_yaml|from_yaml else {} }}"