Fix(Choux): syntax fix
This commit is contained in:
parent
e51c4114b7
commit
672f81fe83
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Mount backup disk
|
||||
mount:
|
||||
path: {{ backup_mount_point }}
|
||||
path: "{{ backup_mount_point }}"
|
||||
src: "UUID={{ backup_disk_uuid }}"
|
||||
fstype: ext4
|
||||
opts: default
|
||||
|
Loading…
Reference in New Issue
Block a user