Skip to content

Commit 54967b2

Browse files
committed
update to use versions 2.3.2 of bahmniendtb and bahmni-batch, plus 2.3.2 tagged version of bahmniapps
1 parent 8067bb0 commit 54967b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.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"]
4+
omods: ["https://github.com/endtb/openmrs-module-bahmniendtb/releases/download/2.3.2/bahmniendtb-2.3.2.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/bahmni-endtb-batch/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# yum: name=https://github.com/endtb/bahmni-endtb-batch/releases/download/2.1.0/bahmni-endtb-batch-2.1.0-11.noarch.rpm state=present
66

77
- name: Install bahmni-endtb-batch
8-
yum: name=https://github.com/endtb/bahmni-endtb-batch/releases/download/2.3.0/bahmni-endtb-batch-2.3.0-17.noarch.rpm state=present
8+
yum: name=https://github.com/endtb/bahmni-endtb-batch/releases/download/2.3.2/bahmni-endtb-batch-2.3.2-20.noarch.rpm state=present

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)