fix: aggiustato template

This commit is contained in:
alessandro.rabiti 2024-12-04 01:43:03 +01:00
parent 160a884542
commit 7026b78bc4

View file

@ -4,7 +4,7 @@ Questo è l'host {{ inventory_hostname }}
* TOMCAT SHUT HTTP AJP
{% for key, tomcat in tomcats.items() %}
* apache-tomcat-{{ version }}-{{ key }} {{ tomcat.shutdown }} {{ tomcat.http }} {{ tomcat.ajp }}
* apache-tomcat-{{ tomcat.version }}-{{ key }} {{ tomcat.shutdown }} {{ tomcat.http }} {{ tomcat.ajp }}
{% endfor %}
#############################################################################