1
0
Fork 0
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:
Michael DeHaan 2012-03-26 19:35:53 -04:00
parent 77a6315939
commit aaafd12b59

View file

@ -218,10 +218,8 @@ class PlayBook(object):
while (clock >= 0):
# 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_name = 'async_status'
# FIXME: make it such that if you say 'async_status' you # can't background that op!
runner.background = 0
runner.pattern = '*'
poll_results = runner.run()