mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
committed by
Martin Krizek
parent
e77260a4fb
commit
35fdae7485
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user