mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -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
|
verbosity = module._verbosity
|
||||||
with pvmove_runner("auto_answer atomic autobackup verbosity source destination") as ctx:
|
with pvmove_runner("auto_answer atomic autobackup verbosity source destination") as ctx:
|
||||||
rc, out, err = ctx.run(
|
rc, out, err = ctx.run(
|
||||||
auto_answer=module.params['auto_answer'],
|
|
||||||
atomic=module.params['atomic'],
|
|
||||||
verbosity=verbosity,
|
verbosity=verbosity,
|
||||||
source=source,
|
source=source,
|
||||||
destination=destination
|
destination=destination
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue