Skip to content

Commit

Permalink
VMware: Refactor vmware_vswitch (ansible#36091)
Browse files Browse the repository at this point in the history
* Update documentation
* Update logic
* Added idempotency
* Added Error handling

Fixes: ansible#36030

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
  • Loading branch information
Akasurde authored and ilicmilan committed Aug 15, 2018
1 parent 20b8f97 commit 1baea2b
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 152 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/module_utils/vmware.py
Expand Up @@ -1100,7 +1100,7 @@ def find_datastore_cluster_by_name(self, datastore_cluster_name):
"""
Function to get datastore cluster managed object by name
Args:
datastore_cluster: Name of datastore cluster
datastore_cluster_name: Name of datastore cluster
Returns: Datastore cluster managed object if found else None
Expand Down

0 comments on commit 1baea2b

Please sign in to comment.