mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +00:00
Update springpet.yml
This commit is contained in:
parent
cf05c2c6d2
commit
3a292a2ba3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
- name: to copy service file
|
||||
ansible.builtin.copy:
|
||||
src: /home/ansible/remote/workspace/spring/target/spring-petclinic-2.7.3.jar
|
||||
dest: /usr/bin/java -jar spring-petclinic-2.7.3.jar
|
||||
dest: /usr/bin/spring-petclinic-2.7.3.jar
|
||||
- name: to copy service file
|
||||
ansible.builtin.copy:
|
||||
src: /home/ansible/remote/workspace/spring/java_servicefile
|
||||
|
|
Loading…
Reference in a new issue