We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9885c24 commit 9e861e3Copy full SHA for 9e861e3
playbooks/roles/bahmniapps/tasks/main.yml
@@ -2,7 +2,7 @@
2
# turn this one or off by adding this role the "all.yml" file
3
4
- 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
+ get_url: url=http://bamboo.pih-emr.org/bahmni-repo/endtb-bahmniapps-0.89-latest.zip dest=/tmp/bahmniapps.zip
6
7
- name: Clear out existing bahmniapps content
8
file: path=/opt/bahmni-web/etc/bahmniapps state=absent
0 commit comments