Fix(Choux): syntax fix

This commit is contained in:
Bertrand Benjamin 2018-11-10 16:25:45 +01:00
parent e51c4114b7
commit 672f81fe83
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
- name: Mount backup disk - name: Mount backup disk
mount: mount:
path: {{ backup_mount_point }} path: "{{ backup_mount_point }}"
src: "UUID={{ backup_disk_uuid }}" src: "UUID={{ backup_disk_uuid }}"
fstype: ext4 fstype: ext4
opts: default opts: default