update cv4pve autosnap role #20

Merged
mg merged 20 commits from cv4_update into master 2024-04-14 21:40:43 +02:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit f399157888 - Show all commits

View file

@ -14,12 +14,12 @@
mode: '0755'
owner: "{{ cv4pve_user }}"
group: "{{ cv4pve_user_group }}"
remote_src: yes
remote_src: true
creates: "{{ cv4pve_base_path }}/cv4pve-autosnap-{{ cv4pve_version }}"
list_files: true
register: download
- name: Rename binary
- name: Rename binary # noq no-changed-when no-handler
ansible.builtin.command: |
mv "{{ cv4pve_base_path }}/cv4pve-autosnap" "{{ cv4pve_base_path }}/cv4pve-autosnap-{{ cv4pve_version }}"
when: download.changed

View file

@ -8,6 +8,3 @@
- name: include systemd tasks
ansible.builtin.include_tasks: systemd.yml
...
#linter