ff
This commit is contained in:
parent
dc3c0e8ffb
commit
41a92ef163
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
|||
group: "{{ cv4pve_user_group }}"
|
||||
mode: "0644"
|
||||
loop:
|
||||
- '/usr/local/bin/cv4pve-{{ cv4pve_version }}/'
|
||||
- "/usr/local/bin/cv4pve-{{ cv4pve_version }}/"
|
||||
- /usr/local/bin/cv4pve/
|
||||
|
||||
- name: download archives
|
||||
ansible.builtin.unarchive:
|
||||
|
@ -71,5 +72,4 @@
|
|||
rm -rf /tmp/cv4pve/cv4pve-autosnap-linux-x64-{{ cv4pve_version }}
|
||||
path: "{{ item['path'] }}"
|
||||
state: absent
|
||||
with_items: "{{ find_results['files'] }}"
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue