Skip to content

Commit 80be25a

Browse files
committed
update to use version 2.3.1 of bahmniendtb and to use specific version of bahmniapps in prep for 2.3.1 release
1 parent 9e861e3 commit 80be25a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/examples/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bahmni_repo_url: https://dl.bintray.com/bahmni/rpm/
22
implementation_name: endtb
33
timezone: Asia/Kolkata
4-
omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.3.0/bahmniendtb-2.3.0.omod", "https://modules.openmrs.org/modulus/api/releases/1545/download/dataintegrity-4.2.3.omod", "https://github.com/Bahmni/bacteriology/releases/download/1.1/bacteriology-1.1.omod"]
4+
omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.3.1/bahmniendtb-2.3.1.omod", "https://modules.openmrs.org/modulus/api/releases/1545/download/dataintegrity-4.2.3.omod", "https://github.com/Bahmni/bacteriology/releases/download/1.1/bacteriology-1.1.omod"]

playbooks/roles/bahmniapps/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# turn this one or off by adding this role the "all.yml" file
33

44
- name: Download bahmniapps from remote location as zip file
5-
get_url: url=http://bamboo.pih-emr.org/bahmni-repo/endtb-bahmniapps-0.89-latest.zip dest=/tmp/bahmniapps.zip
5+
get_url: url=http://bamboo.pih-emr.org/bahmni-repo/endtb-bahmniapps-0.89-46.zip dest=/tmp/bahmniapps.zip
66

77
- name: Clear out existing bahmniapps content
88
file: path=/opt/bahmni-web/etc/bahmniapps state=absent

0 commit comments

Comments
 (0)