mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Set default vg_options to empty string
This commit is contained in:
parent
9c7ea82ad2
commit
9c5ff8c498
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def main():
|
|||
vg=dict(required=True),
|
||||
pvs=dict(type='list'),
|
||||
pesize=dict(type='int', default=4),
|
||||
vg_options=dict(),
|
||||
vg_options=dict(default=''),
|
||||
state=dict(choices=["absent", "present"], default='present'),
|
||||
force=dict(type='bool', default='no'),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue