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>
pull/62980/head
Paul Belanger 5 years ago committed by GitHub
parent 50dc41cca2
commit 44a6c69562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,8 +188,6 @@ def main():
module = AnsibleModule(argument_spec=argument_spec, supports_check_mode=True)
warnings = list()
destination = module.params['dest']
state = module.params['state']

@ -321,8 +321,6 @@ def main():
required_if=required_if,
supports_check_mode=True)
warnings = list()
action = module.params['action']
comparison_results_file = module.params['comparison_results_file']

Loading…
Cancel
Save