ff
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-04-14 21:17:13 +02:00
parent 14dfe39fd0
commit fe03630859

View file

@ -63,10 +63,23 @@
state: started state: started
enabled: true enabled: true
- name: Capture files to delete
find:
paths: /usr/local/bin/cv4pve
file_type: file
excludes:
- "/usr/local/bin/cv4pve/cv4pve-autosnap-{{ cv4pve_version }}"
register: found_files
- name: remove old cv4pve versions - name: Delete files
ansible.builtin.command: | file:
rm -rf /tmp/cv4pve/cv4pve-autosnap-linux-x64-{{ cv4pve_version }} path: "{{ item.path }}"
path: "{{ item['path'] }}"
state: absent state: absent
with_items: "{{ found_files['files'] }}"
... ...
# permissions
# etxte
#linter
# varioablen