Skip to content

Commit

Permalink
fixup! handle errors with negative return code better
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Apr 26, 2024
1 parent 6e3198a commit 6832cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/module_utils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def grafana_required_together():
def grafana_mutually_exclusive():
return [["url_username", "grafana_api_key"]]


def grafana_send_request(
self, module, url, grafana_url, data=None, headers=None, method="GET"
):
Expand Down

0 comments on commit 6832cd8

Please sign in to comment.