Fix parted resize example in docs (#1653) (#1655)

This commit is contained in:
jake2184
2021-01-21 13:19:39 +00:00
committed by GitHub
parent 1479544029
commit 144855e820

View File

@@ -217,10 +217,11 @@ EXAMPLES = r'''
- name: Extend an existing partition to fill all available space
community.general.parted:
decice: /dev/sdb
device: /dev/sdb
number: "{{ sdb_info.partitions | length }}"
part_end: "100%"
resize: true
state: present
'''