mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
9f9d160ad1
commit
a3953106e6
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@ options:
|
||||||
choices: [ s, B, KB, KiB, MB, MiB, GB, GiB, TB, TiB, '%', cyl, chs, compact ]
|
choices: [ s, B, KB, KiB, MB, MiB, GB, GiB, TB, TiB, '%', cyl, chs, compact ]
|
||||||
default: KiB
|
default: KiB
|
||||||
label:
|
label:
|
||||||
description: Creates a new disk label.
|
description:
|
||||||
|
- Disk label type to use.
|
||||||
|
- If C(device) already contains different label, it will be changed to C(label) and any previous partitions will be lost.
|
||||||
type: str
|
type: str
|
||||||
choices: [ aix, amiga, bsd, dvh, gpt, loop, mac, msdos, pc98, sun ]
|
choices: [ aix, amiga, bsd, dvh, gpt, loop, mac, msdos, pc98, sun ]
|
||||||
default: msdos
|
default: msdos
|
||||||
|
|
Loading…
Reference in a new issue