Skip to content

Commit

Permalink
syn error
Browse files Browse the repository at this point in the history
  • Loading branch information
imranteli authored Jul 17, 2018
1 parent b73fd6a commit 944e545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/ubuntuVroDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- name: Download latest VProfile.war file
get_url:
url: "http://{{nexusip}}:8081/nexus/content/repositories/{{reponame}}/{{groupid}}/{{time}}/{{build}}/{{vprofile_version}}"
dest= /var/lib/tomcat8/webapps/ROOT.war
dest: /var/lib/tomcat8/webapps/ROOT.war
register: wardeploy

- name: Restart tomcat8
Expand Down

0 comments on commit 944e545

Please sign in to comment.