Skip to content

Commit

Permalink
Update plugins/modules/grafana_datasource.py
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
rrey committed Nov 5, 2023
1 parent 9c818ad commit b2efe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/grafana_datasource.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ def compare_datasources(new, current, compareSecureData=True):
del current['readOnly']
if current['basicAuth'] is False:
if 'basicAuthUser' in current:
del current['basicAuthUser']
del current['basicAuthUser']
if 'password' in current:
del current['password']
if 'basicAuthPassword' in current:
Expand Down

0 comments on commit b2efe0a

Please sign in to comment.