aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/nomad/templates/custom.hcl.j2
blob: 37ff6f3496399195a4bef9a3d56518a491ee06ab (plain)
1
2
3
4
5
{% if nomad_config_custom -%}
{{ nomad_config_custom | to_nice_json }}
{% else %}
{}
{% endif %}