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: