diff --git a/9_template/templates/motd.j2 b/9_template/templates/motd.j2 index 407044d..26b50e5 100644 --- a/9_template/templates/motd.j2 +++ b/9_template/templates/motd.j2 @@ -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 %} #############################################################################