From 5f6903d07d02049bc7b19e93f2725dc3bd92aa2b Mon Sep 17 00:00:00 2001 From: Madhuri-chinta <120093763+Madhuri-chinta@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:59:56 +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 2edd0c239..c3785283b 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/ + 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: