Add |to_json to some variables
This commit is contained in:
parent
a03e95b7eb
commit
a3259bbd77
@ -89,8 +89,8 @@ matrix_ma1sd_configuration_yaml: |
|
||||
#jinja2: lstrip_blocks: True
|
||||
matrix:
|
||||
domain: {{ matrix_domain }}
|
||||
v1: {{ matrix_ma1sd_v1_enabled }}
|
||||
v2: {{ matrix_ma1sd_v2_enabled }}
|
||||
v1: {{ matrix_ma1sd_v1_enabled|to_json }}
|
||||
v2: {{ matrix_ma1sd_v2_enabled|to_json }}
|
||||
|
||||
server:
|
||||
name: {{ matrix_server_fqn_matrix }}
|
||||
|
Loading…
Reference in New Issue
Block a user