Skip to content

Commit

Permalink
removed vproapp
Browse files Browse the repository at this point in the history
  • Loading branch information
devopshydclub authored Sep 23, 2020
1 parent cf5c473 commit d226355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/vpro-app-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
tasks:
- name: Download latest VProfile.war from nexus
get_url:
url: "http://{{USER}}:{{PASS}}@{{nexusip}}:8081/repository/{{reponame}}/{{groupid}}/vproapp-{{time}}/{{build}}/vproapp-{{vprofile_version}}"
url: "http://{{USER}}:{{PASS}}@{{nexusip}}:8081/repository/{{reponame}}/{{groupid}}/{{time}}/{{build}}/{{vprofile_version}}"
dest: "/tmp/vproapp-{{vprofile_version}}"
register: wardeploy
tags:
Expand Down

0 comments on commit d226355

Please sign in to comment.