From 8c1c0ee67f32f6a424d81a6aa16b822f177e9096 Mon Sep 17 00:00:00 2001 From: GraceRuan Date: Tue, 21 May 2024 14:32:18 -0700 Subject: [PATCH] change to pub instead of ext --- playbooks/vars/standard/all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/vars/standard/all.yaml b/playbooks/vars/standard/all.yaml index bd319a2..454bd0d 100644 --- a/playbooks/vars/standard/all.yaml +++ b/playbooks/vars/standard/all.yaml @@ -16,7 +16,7 @@ pd_prop_build_number: "{{ lookup('ansible.builtin.env', 'PODMAN_BUILD_NUMBER') } pd_prop_service_install_directory: "{{ pd_prop_project_version }}-{{ pd_prop_build_number }}" # The following properties are custom to each particular service -context: ext#oneteam-example +context: pub#oneteam-example # By default, the Tomcat port is set dynamically by using the port_manager role # If you need to set a static port, replace the dynamic port assignment value with your static value