Correct usage of variable.

This commit is contained in:
2021-11-21 22:07:51 +01:00
parent 62388637fc
commit 7e5d499b0f

View File

@@ -10,7 +10,7 @@
- name: Create backup directory
file:
path: {{ backup_dir }}
path: "{{ backup_dir }}"
state: directory
- name: Check if directories exist