mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user