Skip to content

Commit a0f3780

Browse files
committed
Fix backup path
1 parent 2eb96a4 commit a0f3780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Ansible-Playbooks/roles/proxmox_system_backup/tasks

Ansible-Playbooks/roles/proxmox_system_backup/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# List backup archives
1818
- name: Proxmox System Backup List Archives
1919
ansible.builtin.shell:
20-
cmd: ls -ltrh /data/ssd2/System_Backup
20+
cmd: ls -ltrh /data/System_Backup
2121
register: proxmox_system_backup_list_archives
2222
changed_when: false
2323

0 commit comments

Comments
 (0)