mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
minor spelling changes
This commit is contained in:
committed by
Brian Coca
parent
054a3fccf8
commit
0b8011436d
@@ -287,7 +287,7 @@ class AnsibleCloudStackCluster(AnsibleCloudStack):
|
||||
clusters = self.cs.listClusters(**args)
|
||||
if clusters:
|
||||
self.cluster = clusters['cluster'][0]
|
||||
# fix differnt return from API then request argument given
|
||||
# fix different return from API then request argument given
|
||||
self.cluster['hypervisor'] = self.cluster['hypervisortype']
|
||||
self.cluster['clustername'] = self.cluster['name']
|
||||
return self.cluster
|
||||
|
||||
@@ -175,7 +175,7 @@ options:
|
||||
default: null
|
||||
zone:
|
||||
description:
|
||||
- Name of the zone in which the instance shoud be deployed.
|
||||
- Name of the zone in which the instance should be deployed.
|
||||
- If not set, default zone is used.
|
||||
required: false
|
||||
default: null
|
||||
@@ -621,7 +621,7 @@ class AnsibleCloudStackInstance(AnsibleCloudStack):
|
||||
instance = self.recover_instance(instance=instance)
|
||||
instance = self.update_instance(instance=instance, start_vm=start_vm)
|
||||
|
||||
# In check mode, we do not necessarely have an instance
|
||||
# In check mode, we do not necessarily have an instance
|
||||
if instance:
|
||||
instance = self.ensure_tags(resource=instance, resource_type='UserVm')
|
||||
# refresh instance data
|
||||
|
||||
@@ -108,7 +108,7 @@ options:
|
||||
default: null
|
||||
zone:
|
||||
description:
|
||||
- Name of the zone in which the rule shoud be created.
|
||||
- Name of the zone in which the rule should be created.
|
||||
- If not set, default zone is used.
|
||||
required: false
|
||||
default: null
|
||||
|
||||
Reference in New Issue
Block a user