Files
community.general/lib/ansible/executor
David Shrewsbury bf8c871801 Fix async logic when parsing fails (#17091)
We want to NOT consider the async task as failed if the result is
not parsed, which was the intent of:

  https://github.com/ansible/ansible/pull/16458

However, the logic doesn't actually do that because we default
the 'parsed' value to True. It should default to False so that
we continue waiting, as intended.
2016-08-15 13:29:06 -04:00
..
2016-08-08 15:58:46 -05:00
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2016-08-08 15:58:46 -05:00