From 04ff80b791a51861e571ac122f56b205765104e4 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 29 Mar 2021 13:20:20 -0300 Subject: [PATCH] Hard-code Tomcat 8 -> Tomcat 9 --- README.md | 6 +++--- defaults/main.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2255018..964c566 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ fcrepo_syn_tokens: [] ## Dependencies -* Islandora-Devops.tomcat8 - * [Github](https://github.com/Islandora-Devops/ansible-role-tomcat8) - * [Galaxy](https://galaxy.ansible.com/Islandora-Devops/tomcat8/) +* Islandora-Devops.tomcat9 + * [Github](https://github.com/Islandora-Devops/ansible-role-tomcat9) + * [Galaxy](https://galaxy.ansible.com/Islandora-Devops/tomcat9/) ## Example Playbook diff --git a/defaults/main.yml b/defaults/main.yml index f550c55..c630ce3 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -7,10 +7,10 @@ fcrepo_syn_version: 1.1.0 fcrepo_syn_folder: /opt/syn # User for the tomcat container -fcrepo_syn_user: tomcat8 +fcrepo_syn_user: tomcat # Tomcat home -fcrepo_syn_tomcat_home: /var/lib/tomcat8 +fcrepo_syn_tomcat_home: /var/lib/tomcat9 # Where to save the public key fcrepo_syn_default_public_key_path: "{{ fcrepo_syn_tomcat_home }}/conf/public.key"