Skip to content

Commit

Permalink
Merge pull request #16 from idealista/develop
Browse files Browse the repository at this point in the history
add classifier
jdvr authored Jan 4, 2018
2 parents e9688c6 + 77c12b1 commit b743ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/deploy.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@
state: present
version: "{{ item.version | default('latest') }}"
repository_url: "{{ item.repository_url }}"
classifier: "{{ item.classifier | default(omit) }}"
dest: "{{ tomcat_webapps_path }}/{{ item.name }}"
validate_certs: no
with_items: "{{ tomcat_war_to_deploy_from_maven }}"

0 comments on commit b743ce7

Please sign in to comment.