mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit 144855e820
)
Co-authored-by: jake2184 <jake2184@users.noreply.github.com>
This commit is contained in:
parent
12618ddbd4
commit
2d84387d84
1 changed files with 2 additions and 1 deletions
|
@ -217,10 +217,11 @@ EXAMPLES = r'''
|
||||||
|
|
||||||
- name: Extend an existing partition to fill all available space
|
- name: Extend an existing partition to fill all available space
|
||||||
community.general.parted:
|
community.general.parted:
|
||||||
decice: /dev/sdb
|
device: /dev/sdb
|
||||||
number: "{{ sdb_info.partitions | length }}"
|
number: "{{ sdb_info.partitions | length }}"
|
||||||
part_end: "100%"
|
part_end: "100%"
|
||||||
resize: true
|
resize: true
|
||||||
|
state: present
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue