From 2ae494bab544a24a7b427e3e03388d60613d3ece Mon Sep 17 00:00:00 2001 From: Vijay N Date: Fri, 24 Jul 2026 15:55:35 +0530 Subject: [PATCH] Removed deprecated --with-ssl=yes configure option for Tomcat Native 2.x. --- ansible/roles/tomcat/tasks/native.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/tomcat/tasks/native.yml b/ansible/roles/tomcat/tasks/native.yml index 48639f0b..340684e5 100644 --- a/ansible/roles/tomcat/tasks/native.yml +++ b/ansible/roles/tomcat/tasks/native.yml @@ -93,7 +93,6 @@ - --prefix={{ catalina_home }} - --with-apr={{ tomcat_apr_config_path }} - --with-java-home={{ java_home }} - - --with-ssl=yes chdir: "{{ tomcat_workspace.path }}/native" changed_when: false tags: native