Remove unused variables from nxos_ping / nxos_snapshot (#62933)
This was caught by our network collections lint jobs. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
50dc41cca2
commit
44a6c69562
2 changed files with 0 additions and 4 deletions
|
@ -188,8 +188,6 @@ def main():
|
||||||
|
|
||||||
module = AnsibleModule(argument_spec=argument_spec, supports_check_mode=True)
|
module = AnsibleModule(argument_spec=argument_spec, supports_check_mode=True)
|
||||||
|
|
||||||
warnings = list()
|
|
||||||
|
|
||||||
destination = module.params['dest']
|
destination = module.params['dest']
|
||||||
state = module.params['state']
|
state = module.params['state']
|
||||||
|
|
||||||
|
|
|
@ -321,8 +321,6 @@ def main():
|
||||||
required_if=required_if,
|
required_if=required_if,
|
||||||
supports_check_mode=True)
|
supports_check_mode=True)
|
||||||
|
|
||||||
warnings = list()
|
|
||||||
|
|
||||||
action = module.params['action']
|
action = module.params['action']
|
||||||
comparison_results_file = module.params['comparison_results_file']
|
comparison_results_file = module.params['comparison_results_file']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue