Skip to content

Commit

Permalink
Remove the dtree old changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gosso22 committed Sep 9, 2019
2 parents 7d88c32 + c1c547d commit e6ac925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion roles/openmrs/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies: # noqa 701
tomcat_system_group: "{{ tomcat_group }}"
tomcat_user_home: "{{ openmrs_tomcat_user_home }}"
tomcat_instance: "{{ openmrs_tomcat_instance }}"
tomcat_working_directory: "{{ tomcat_user_home }}/.OpenMRS"
tomcat_working_directory: "{{ tomcat_user_home }}/{{ tomcat_instance }}"
tomcat_http_port: "{{ openmrs_tomcat_http_port }}"
tomcat_shutdown_port: "{{ openmrs_tomcat_shutdown_port }}"
tomcat_max_filesize: "{{ openmrs_tomcat_max_filesize }}"
Expand Down
4 changes: 0 additions & 4 deletions roles/opensrp/tasks/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
template:
src: "templates/opensrp_local_checkout_path/configs/assets/config/{{ item }}.properties.j2"
dest: "{{ opensrp_local_checkout_path }}/configs/assets/config/{{ item }}.properties"

delegate_to: 127.0.0.1
with_items:
- "opensrp"
Expand All @@ -28,7 +27,6 @@
template:
src: "templates/opensrp_local_checkout_path/opensrp-web/src/main/resources/{{ item }}.properties.j2"
dest: "{{ opensrp_local_checkout_path }}/src/main/resources//{{ item }}.properties"

delegate_to: 127.0.0.1
with_items:
- "quartz"
Expand All @@ -37,7 +35,6 @@
template:
src: "templates/opensrp_local_checkout_path/opensrp-web/src/main/resources/spring/{{ item }}.xml.j2"
dest: "{{ opensrp_local_checkout_path }}/src/main/resources/spring/{{ item }}.xml"

delegate_to: 127.0.0.1
with_items:
- "oauth_clients"
Expand All @@ -52,7 +49,6 @@
- "context"

- name: Compile the OpenSRP WAR # noqa 301

shell: "cd {{ opensrp_local_checkout_path }} && mvn package -Dmaven.test.skip=true -P {{ opensrp_maven_package_profiles | join(',') }}"
delegate_to: 127.0.0.1

Expand Down

0 comments on commit e6ac925

Please sign in to comment.