Update ansibleplaybook.yaml

This commit is contained in:
lakshmi164585 2023-02-23 18:36:52 +05:30 committed by GitHub
parent cf4abcab59
commit cc4d68bfca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
- name: get url - name: get url
ansible.builtin.get_url: ansible.builtin.get_url:
dest: /tmp dest: /tmp
url: https://dev.azure.com/bujji1011bujji0481/_apis/resources/Containers/3419250/drop?itemPath=drop%2Ftarget%2Fspring-petclinic-3.0.0-SNAPSHOT.jar url: https://dev.azure.com/bujji1011bujji0481/_apis/resources/Containers/{{Build.ContainerId}}/drop?itemPath=drop%2Ftarget%2Fspring-petclinic-3.0.0-SNAPSHOT.jar
mode: '777' mode: '777'
- name: edit the service file - name: edit the service file
ansible.builtin.copy: ansible.builtin.copy: