mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 23:01:27 -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
|
@ -299,7 +299,7 @@ class TaskExecutor:
|
|||
loop_pause = templar.template(self._task.loop_control.pause)
|
||||
extended = templar.template(self._task.loop_control.extended)
|
||||
|
||||
# This may be 'None',so it is tempalted below after we ensure a value and an item is assigned
|
||||
# This may be 'None',so it is templated below after we ensure a value and an item is assigned
|
||||
label = self._task.loop_control.label
|
||||
|
||||
# ensure we always have a label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue