Correct docker backup script.

This commit is contained in:
2025-04-24 11:40:06 +02:00
parent c5d4f492c3
commit 572773319d

View File

@@ -8,6 +8,7 @@
hosts: all hosts: all
gather_facts: True gather_facts: True
tasks:
- name: Create container backup directories - name: Create container backup directories
file: file:
path: "{{ backup_location }}{{ item.name }}" path: "{{ backup_location }}{{ item.name }}"