Update springpet.yml

This commit is contained in:
nagarjuna33 2023-03-16 15:04:35 +05:30 committed by GitHub
parent ed9f33a360
commit 2e5efdc4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
dest: /usr/bin/java -jar spring-petclinic-2.7.3.jar
- name: to copy service file
ansible.builtin.copy:
src: /home/ansible/java_servicefile
src: /home/ansible/remote/workspace/spring/java_servicefile
dest: /etc/systemd/system/spring-petclinic.service
- name: start the service file
ansible.builtin.systemd: