Correction of path for volumes ownership on minisforum.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
- name: Change ownership of volume backups
|
||||
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
|
||||
group: chris
|
||||
become: yes
|
||||
|
||||
Reference in New Issue
Block a user