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:
Paul Belanger 2019-09-30 10:12:31 -04:00 committed by GitHub
parent 50dc41cca2
commit 44a6c69562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -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']

View file

@ -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']