dataset/seed/tls/templates/configuration.yml
2023-02-14 14:24:16 +01:00

3 lines
90 B
YAML

%for %%key, %%value in %%extra_variables['configuration'].items()
%%key: %%value
%end for