Merge branch 'lvg_fix' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-lvg_fix
This commit is contained in:
commit
34405ea905
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ def main():
|
|||
state = module.params['state']
|
||||
force = module.boolean(module.params['force'])
|
||||
pesize = module.params['pesize']
|
||||
vgoptions = module.params.get('vg_options', '').split()
|
||||
vgoptions = module.params['vg_options'].split()
|
||||
|
||||
if module.params['pvs']:
|
||||
dev_string = ' '.join(module.params['pvs'])
|
||||
|
|
Loading…
Reference in a new issue