mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-06 09:11:29 -07:00
spelling: temaplte -> template (#55665)
Correct a common mis-spelling of 'template' including in the return value of the lib/ansible/modules/cloud/cloudstack/cs_template.py module.
This commit is contained in:
parent
e77260a4fb
commit
35fdae7485
4 changed files with 6 additions and 6 deletions
|
@ -396,7 +396,7 @@ class AnsibleCloudStackTemplate(AnsibleCloudStack):
|
|||
'templatetag': 'template_tag',
|
||||
'sshkeyenabled': 'sshkey_enabled',
|
||||
'passwordenabled': 'password_enabled',
|
||||
'tempaltetype': 'template_type',
|
||||
'templatetype': 'template_type',
|
||||
'ostypename': 'os_type',
|
||||
'crossZones': 'cross_zones',
|
||||
'format': 'format',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue