Correct missing quotes in stat.

This commit is contained in:
2021-11-17 12:25:57 +01:00
parent a09b9e6444
commit 1c86fe1a90

View File

@@ -11,7 +11,7 @@
- name: Check if directories exist
stat:
path: {{ backup_dir }}/{{ item }}
path: "{{ backup_dir }}/{{ item }}"
register: dirs
loop:
- bookstack