Fix path variable.

This commit is contained in:
2021-11-22 05:48:32 +01:00
parent 23eaa2a36e
commit 0f02e6c051

View File

@@ -42,5 +42,5 @@
- name: Clean backup directory
file:
path: "{{ backup_dir }}
path: "{{ backup_dir }}"
state: absent