mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix spelling mistakes in several modules (#36296)
* fix more spelling mistakes * fix spelling mistakes
This commit is contained in:
committed by
Dag Wieers
parent
a50db37c6c
commit
16c564c4b4
@@ -192,7 +192,7 @@ class VMwareLocalRoleManager(PyVmomi):
|
||||
failIfUsed=self.force)
|
||||
except vim.fault.NotFound as e:
|
||||
self.module.fail_json(msg="Failed to remove a role %s as the user specified role name "
|
||||
"does not exists." % self.role_name,
|
||||
"does not exist." % self.role_name,
|
||||
details=e.msg)
|
||||
except vim.fault.RemoveFailed as e:
|
||||
msg = "Failed to remove a role %s as the user specified role name." % self.role_name
|
||||
|
||||
Reference in New Issue
Block a user