Skip to content

Commit

Permalink
fixing ansible lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
noredistribution authored and sugetha24 committed Nov 9, 2023
1 parent 008150a commit bd38309
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def main():
facts_collector = CvFactsTools(cv_connection=cv_client)
try:
facts = facts_collector.facts(scope=ansible_module.params['facts'], regex_filter=ansible_module.params['regexp_filter'],
verbose=ansible_module.params['verbose'])
verbose=ansible_module.params['verbose'])
except CvpClientError as e:
ansible_module.fail_json(msg=str(e))
result = dict(changed=False, data=facts, failed=False)
Expand Down

0 comments on commit bd38309

Please sign in to comment.