Merge pull request #27 from smutel/bug-resize-xfs

bug: Resize XFS parts is not working
This commit is contained in:
Larry Smith Jr
2019-11-18 00:31:27 -05:00
committed by GitHub

View File

@@ -87,7 +87,7 @@
item[1]['filesystem'] != "btrfs"
- name: manage_lvm | resizing xfs
command: xfs_growfs -d /dev/{{ item[0]['vgname'] }}/{{ item[1]['lvname'] }}
command: xfs_growfs -d {{ item[1]['mntp'] }}
become: true
with_subelements:
- "{{ lvm_groups }}"