Correction of path for volumes ownership on minisforum.

This commit is contained in:
2025-04-24 11:25:11 +02:00
parent 9d2c1a62b2
commit 60a45726d1

View File

@@ -63,7 +63,7 @@
- name: Change ownership of volume backups - name: Change ownership of volume backups
file: file:
path: {{ backup_location }}{{ item[0].name }}/{{ item[1] }}-volume-{{ ansible_date_time.iso8601_basic_short }}.tar.gz path: "{{ backup_location }}{{ item[0].name }}/{{ item[1] }}-volume-{{ ansible_date_time.iso8601_basic_short }}.tar.gz"
owner: chris owner: chris
group: chris group: chris
become: yes become: yes