mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Merge pull request #15111 from xiaket/devel
complete the docstring. Fixed #14794
This commit is contained in:
@@ -75,7 +75,9 @@ class TaskExecutor:
|
||||
def run(self):
|
||||
'''
|
||||
The main executor entrypoint, where we determine if the specified
|
||||
task requires looping and either runs the task with
|
||||
task requires looping and either runs the task with self._run_loop()
|
||||
or self._execute(). After that, the returned results are parsed and
|
||||
returned as a dict.
|
||||
'''
|
||||
|
||||
display.debug("in run()")
|
||||
|
||||
Reference in New Issue
Block a user