Ansible git move
[csit.git] / fdio.infra.ansible / roles / nomad / templates / custom.hcl.j2
diff --git a/fdio.infra.ansible/roles/nomad/templates/custom.hcl.j2 b/fdio.infra.ansible/roles/nomad/templates/custom.hcl.j2
new file mode 100644 (file)
index 0000000..37ff6f3
--- /dev/null
@@ -0,0 +1,5 @@
+{% if nomad_config_custom -%}
+{{ nomad_config_custom | to_nice_json }}
+{% else %}
+{}
+{% endif %}