mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Update spc.yaml
This commit is contained in:
parent
4dbc169955
commit
c564a55cf0
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@
|
|||
- name: get url from s3 bucket
|
||||
ansible.builtin.get_url:
|
||||
url: https://akshara1413.s3.ap-south-1.amazonaws.com/spring-petclinic-3.0.0-20230314.161709-3.jar
|
||||
dest: /home/ubuntu/tmp
|
||||
dest: /home/ubuntu/
|
||||
- name: copy service file
|
||||
ansible.builtin.copy:
|
||||
src: ./madhuri.service
|
||||
src: ./ansible/madhuri.service
|
||||
dest: /etc/systemd/system/spring.service
|
||||
- name: deamon-reload service
|
||||
ansible.builtin.systemd:
|
||||
|
|
Loading…
Reference in a new issue