tests: followup on #2656

34f70428 has introduced a fix using `command` module while this could
have been achieved by using `lvol` module.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/2885/head
Guillaume Abrioux 2018-06-01 11:32:00 +02:00 committed by mergify[bot]
parent e61ca882a1
commit cc71bb96cc
1 changed files with 5 additions and 5 deletions

View File

@ -62,9 +62,9 @@
- not is_atomic
- name: resize logical volume for root partition to fill remaining free space
command: lvresize -l +100%FREE /dev/atomicos/root
when: is_atomic
- name: increasing the size of the fs for root partition
command: xfs_growfs /
lvol:
lv: root
vg: atomicos
size: +100%FREE
resizefs: yes
when: is_atomic