From d9b342ac10edd236f48c111a025f1db6edb5bafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Thu, 30 Nov 2023 14:22:45 +0100 Subject: [PATCH] Update the default jbcs_version value --- roles/jbcs/README.md | 2 +- roles/jbcs/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/jbcs/README.md b/roles/jbcs/README.md index e043c69..1e84e14 100644 --- a/roles/jbcs/README.md +++ b/roles/jbcs/README.md @@ -19,7 +19,7 @@ Role Defaults |:---------|:------------|:--------| |`jbcs_ssl_enable`| Enable SSL | `True` | |`jbcs_ssl_port`| SSL listen port | `443` | -|`jbcs_bundle`| Filename of JBCS install archive | `jbcs-httpd24-httpd-2.4.37-SP11-RHEL8-x86_64.zip` | +|`jbcs_bundle`| Filename of JBCS install archive | `jbcs-httpd24-httpd-2.4.57-RHEL8-x86_64.zip` | |`jbcs_zip_path`| Destination for install archive download | `/opt/apps` | |`jbcs_offline_install`| Whether to use local archive or download one | `True` | |`jbcs_home`| Home directory | `/opt/jbcs/jbcs-httpd24-2.4/` | diff --git a/roles/jbcs/defaults/main.yml b/roles/jbcs/defaults/main.yml index e13a272..11605d3 100644 --- a/roles/jbcs/defaults/main.yml +++ b/roles/jbcs/defaults/main.yml @@ -2,7 +2,7 @@ jbcs_ssl_enable: true jbcs_ssl_port: 443 -jbcs_version: '2.4.37-SP11' +jbcs_version: '2.4.57' jbcs_bundle: "jbcs-httpd24-httpd-{{ jbcs_version }}-RHEL8-x86_64.zip" jbcs_zip_path: /opt/apps/