bug: Resize XFS parts is not working

This commit is contained in:
Samuel Mutel
2019-10-14 12:21:03 +02:00
parent fc49e1d7b1
commit d8b3a4e932

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 }}"