update cv4pve autosnap role #20

Merged
mg merged 20 commits from cv4_update into master 2024-04-14 21:40:43 +02:00
Showing only changes of commit 41a92ef163 - Show all commits

View file

@ -10,7 +10,8 @@
group: "{{ cv4pve_user_group }}" group: "{{ cv4pve_user_group }}"
mode: "0644" mode: "0644"
loop: loop:
- '/usr/local/bin/cv4pve-{{ cv4pve_version }}/' - "/usr/local/bin/cv4pve-{{ cv4pve_version }}/"
- /usr/local/bin/cv4pve/
- name: download archives - name: download archives
ansible.builtin.unarchive: ansible.builtin.unarchive:
@ -71,5 +72,4 @@
rm -rf /tmp/cv4pve/cv4pve-autosnap-linux-x64-{{ cv4pve_version }} rm -rf /tmp/cv4pve/cv4pve-autosnap-linux-x64-{{ cv4pve_version }}
path: "{{ item['path'] }}" path: "{{ item['path'] }}"
state: absent state: absent
with_items: "{{ find_results['files'] }}"
... ...