Skip to content

Commit

Permalink
Merge pull request #47 from bcgov-nr/feat/playbookTemplate
Browse files Browse the repository at this point in the history
feat: simplify playbook template
  • Loading branch information
andrwils authored May 4, 2024
2 parents 3f0b0da + c8057c8 commit 58d3cb9
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 58d3cb9

Please sign in to comment.