37ff6f3496399195a4bef9a3d56518a491ee06ab
[csit.git] / fdio.infra.ansible / roles / nomad / templates / custom.hcl.j2
1 {% if nomad_config_custom -%}
2 {{ nomad_config_custom | to_nice_json }}
3 {% else %}
4 {}
5 {% endif %}