Skip to content

Commit 9e861e3

Browse files
committed
fix switching to installing latest version of bahmniapps in our build
1 parent 9885c24 commit 9e861e3

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/bahmniapps/tasks

1 file changed

+1
-1
lines changed

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
5+
get_url: url=http://bamboo.pih-emr.org/bahmni-repo/endtb-bahmniapps-0.89-latest.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)