mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
lvg: Initialise device list (#3141)
This commit is contained in:
parent
9bdb567c56
commit
90cc40e105
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ def main():
|
|||
pesize = module.params['pesize']
|
||||
vgoptions = module.params['vg_options'].split()
|
||||
|
||||
dev_list = []
|
||||
if module.params['pvs']:
|
||||
dev_list = module.params['pvs']
|
||||
elif state == 'present':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue