From 0baedf6a90c27603445e7a23919d55ffc7456ba0 Mon Sep 17 00:00:00 2001 From: mgoodrich Date: Fri, 19 Oct 2018 13:31:58 -0400 Subject: [PATCH] 2.3.2 release --- playbooks/roles/bahmni/defaults/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/playbooks/roles/bahmni/defaults/main.yml b/playbooks/roles/bahmni/defaults/main.yml index ffc0a06..eed4625 100644 --- a/playbooks/roles/bahmni/defaults/main.yml +++ b/playbooks/roles/bahmni/defaults/main.yml @@ -24,9 +24,8 @@ openmrs_data_directory: "/opt/openmrs" bahmni_installer_directory: "/etc/bahmni-installer" bahmni_deployment_artifacts: "{{ bahmni_installer_directory }}/deployment-artifacts" -// TODO: figure out/remember why this variable is defined in both endtb-playbooks and endtb-config? -#omods: [ "https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.1.0/bahmniendtb-2.1.0.omod", "https://modules.openmrs.org/modulus/api/releases/1545/download/dataintegrity-4.2.3.omod", "https://s3.amazonaws.com/endtb-artifacts/1.1/bacteriology-1.1-SNAPSHOT.omod"] -omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.3.1/bahmniendtb-2.3.1.omod", "https://openmrs.jfrog.io/openmrs/omods/omod/dataintegrity-4.2.3.omod", "https://github.com/Bahmni/bacteriology/releases/download/1.1/bacteriology-1.1.omod"] +# TODO: figure out/remember why this variable is defined in both endtb-playbooks and endtb-config? +omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.3.2/bahmniendtb-2.3.2.omod", "https://openmrs.jfrog.io/openmrs/omods/omod/dataintegrity-4.2.3.omod", "https://github.com/Bahmni/bacteriology/releases/download/1.1/bacteriology-1.1.omod"] # Expected to be overridden for a particular environment (eg. production, test)