update cv4pve autosnap role #20
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
list_files: true
|
list_files: true
|
||||||
register: download
|
register: download
|
||||||
|
|
||||||
- name: Rename binary # noq no-changed-when no-handler
|
- name: Rename binary # noqa no-changed-when no-handler
|
||||||
ansible.builtin.command: |
|
ansible.builtin.command: |
|
||||||
mv "{{ cv4pve_base_path }}/cv4pve-autosnap" "{{ cv4pve_base_path }}/cv4pve-autosnap-{{ cv4pve_version }}"
|
mv "{{ cv4pve_base_path }}/cv4pve-autosnap" "{{ cv4pve_base_path }}/cv4pve-autosnap-{{ cv4pve_version }}"
|
||||||
when: download.changed
|
when: download.changed
|
||||||
|
|
Loading…
Reference in a new issue