mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
added fixme note
This commit is contained in:
parent
959637ff59
commit
e9b009510f
1 changed files with 1 additions and 0 deletions
|
@ -620,6 +620,7 @@ class TaskExecutor:
|
||||||
|
|
||||||
async_task = Task().load(dict(action='async_status jid=%s' % async_jid))
|
async_task = Task().load(dict(action='async_status jid=%s' % async_jid))
|
||||||
|
|
||||||
|
#FIXME: this is no longer the case, normal takes care of all, see if this can just be generalized
|
||||||
# Because this is an async task, the action handler is async. However,
|
# Because this is an async task, the action handler is async. However,
|
||||||
# we need the 'normal' action handler for the status check, so get it
|
# we need the 'normal' action handler for the status check, so get it
|
||||||
# now via the action_loader
|
# now via the action_loader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue