feat(ansible): Nomad update
[csit.git] / fdio.infra.ansible / roles / nomad / templates / server.hcl.j2
index 570d92e..e19dea9 100644 (file)
@@ -1,3 +1,4 @@
+{% if nomad_node_server | bool == True %}
 server {
     enabled = {{ nomad_node_server | bool | lower }}
 
@@ -54,3 +55,4 @@ server {
     {%- endif %}
 
 }
+{% endif %}
\ No newline at end of file