mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Update springpet.yml
This commit is contained in:
parent
22959a2dd2
commit
28927dbd8b
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
tasks:
|
||||
- name: to copy service file
|
||||
ansible.builtin.copy:
|
||||
src: /home/ansible/remote/workspace/ansible/target/spring-petclinic-2.7.3.jar
|
||||
src: /home/ansible/remote/workspace/springpet/target/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/ansible/java_servicefile
|
||||
src: /home/ansible/remote/workspace/springpet/java_servicefile
|
||||
dest: /etc/systemd/system/spring-petclinic.service
|
||||
- name: start the service file
|
||||
ansible.builtin.systemd:
|
||||
|
|
Loading…
Reference in a new issue