mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 04:04:23 -07:00
Remove redundant params from CmdRunner call
This commit is contained in:
parent
46d669dc41
commit
5d4771076c
1 changed files with 0 additions and 2 deletions
|
@ -195,8 +195,6 @@ def main():
|
|||
verbosity = module._verbosity
|
||||
with pvmove_runner("auto_answer atomic autobackup verbosity source destination") as ctx:
|
||||
rc, out, err = ctx.run(
|
||||
auto_answer=module.params['auto_answer'],
|
||||
atomic=module.params['atomic'],
|
||||
verbosity=verbosity,
|
||||
source=source,
|
||||
destination=destination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue