Skip to content

Commit

Permalink
feat: simplify playbook template
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils committed May 4, 2024
1 parent 3f0b0da commit c8057c8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions generators/pd-ansible-playbook/templates/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,5 @@
with_items:
- {
src: "web.xml.j2",
dest: "{{ pd_prop_service_install_directory }}/webapps/{{ alt_app_dir_name or context }}/WEB-INF/web.xml"
}
- {
src: "JMSConfig.xml.j2",
dest: "{{ pd_prop_service_install_directory }}/webapps/{{ alt_app_dir_name or context }}/WEB-INF/classes/JMSConfig.xml"
}
- {
src: "tasks.xml.j2",
dest: "{{ pd_prop_service_install_directory }}/webapps/{{ alt_app_dir_name or context }}/WEB-INF/classes/tasks.xml"
dest: "{{ apps_home }}/{{ pd_prop_project_name }}/{{ pd_prop_service_name }}/{{ pd_prop_service_install_directory }}/webapps/{{ alt_app_dir_name | default(context) }}/WEB-INF/web.xml"
}

0 comments on commit c8057c8

Please sign in to comment.