ff
This commit is contained in:
parent
54a5dc16d5
commit
dc3c0e8ffb
1 changed files with 2 additions and 0 deletions
|
@ -22,10 +22,12 @@
|
|||
remote_src: yes
|
||||
creates: /usr/local/bin/cv4pve/cv4pve-autosnap-{{ cv4pve_version }}
|
||||
list_files: true
|
||||
register: download
|
||||
|
||||
- name: move
|
||||
ansible.builtin.command: |
|
||||
mv /usr/local/bin/cv4pve/cv4pve-autosnap /usr/local/bin/cv4pve/cv4pve-autosnap-{{ cv4pve_version }}
|
||||
when: download.changed
|
||||
|
||||
- name: template cv4pve.service
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Reference in a new issue