mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
lvg: Initialise device list (#3141)
This commit is contained in:
committed by
Matt Clay
parent
9bdb567c56
commit
90cc40e105
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user