mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
rm FIXMEs
This commit is contained in:
parent
77a6315939
commit
aaafd12b59
1 changed files with 0 additions and 2 deletions
|
@ -218,10 +218,8 @@ class PlayBook(object):
|
||||||
while (clock >= 0):
|
while (clock >= 0):
|
||||||
|
|
||||||
# poll/loop until polling duration complete
|
# poll/loop until polling duration complete
|
||||||
# FIXME: make a "get_async_runner" method like in /bin/ansible
|
|
||||||
runner.module_args = [ "jid=%s" % jid ]
|
runner.module_args = [ "jid=%s" % jid ]
|
||||||
runner.module_name = 'async_status'
|
runner.module_name = 'async_status'
|
||||||
# FIXME: make it such that if you say 'async_status' you # can't background that op!
|
|
||||||
runner.background = 0
|
runner.background = 0
|
||||||
runner.pattern = '*'
|
runner.pattern = '*'
|
||||||
poll_results = runner.run()
|
poll_results = runner.run()
|
||||||
|
|
Loading…
Reference in a new issue