Correct usage of variable.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
- name: Create backup directory
|
||||
file:
|
||||
path: {{ backup_dir }}
|
||||
path: "{{ backup_dir }}"
|
||||
state: directory
|
||||
|
||||
- name: Check if directories exist
|
||||
|
||||
Reference in New Issue
Block a user