btrfs: extra double quotes
Closed this issue · 2 comments
Deleted user commented
The extra double quotes at the end of the line triggers an error.
ERROR! Syntax Error while loading YAML.
The error appears to have been in '/xxx/roles/ansible-manage-lvm/tasks/manage_lvm.yml': line 66, column 57, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: manage_lvm | resizing btrfs
shell: "btrfs filesystem resize max {{ item.1.mntp }}""
^ here
mrlesmithjr commented
@olo-dw Fixed. Thanks for pointing this out.
Deleted user commented
Fixed by commit 0d255cb.