diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e4081e..2a17141a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The **patch** part changes incrementally at each release. ### Fixed * lxc-php: Don't remove the default pool * roundcube: fix typo for roundcube vhost +* tomcat: fix typo for default tomcat_version ### Security diff --git a/tomcat/defaults/main.yml b/tomcat/defaults/main.yml index 74440548..07a29934 100644 --- a/tomcat/defaults/main.yml +++ b/tomcat/defaults/main.yml @@ -1,3 +1,3 @@ --- tomcat_instance_root: '/srv/tomcat' -tomat_version: 8 +tomcat_version: 8