Update spc.yaml

This commit is contained in:
Madhuri-chinta 2023-03-15 10:59:56 +05:30 committed by GitHub
parent e28ec4c31d
commit 5f6903d07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/
dest: /home/ubuntu
- name: copy service file
ansible.builtin.copy:
src: ./ansible/madhuri.service
src: ./madhuri.service
dest: /etc/systemd/system/spring.service
- name: deamon-reload service
ansible.builtin.systemd: