From c564a55cf0f814d077760507a065ffc8240174ef Mon Sep 17 00:00:00 2001 From: Madhuri-chinta <120093763+Madhuri-chinta@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:52:20 +0530 Subject: [PATCH] Update spc.yaml --- ansible/spc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/spc.yaml b/ansible/spc.yaml index d2210b269..2edd0c239 100644 --- a/ansible/spc.yaml +++ b/ansible/spc.yaml @@ -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: