mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
fix spelling mistakes in several modules (#36296)
* fix more spelling mistakes * fix spelling mistakes
This commit is contained in:
parent
a50db37c6c
commit
16c564c4b4
21 changed files with 33 additions and 33 deletions
|
@ -429,8 +429,8 @@ def grafana_delete_datasource(module, data):
|
|||
else:
|
||||
raise GrafanaAPIException('Unable to update the datasource id %s : %s' % (ds['id'], info))
|
||||
else:
|
||||
# datasource does not exists : do nothing
|
||||
result = {'msg': "Datasource %s does not exists" % data['name'],
|
||||
# datasource does not exist, do nothing
|
||||
result = {'msg': "Datasource %s does not exist." % data['name'],
|
||||
'changed': False,
|
||||
'id': 0,
|
||||
'name': data['name']}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue