Commit Graph

13 Commits (41c892baf4666bbdf9195dc75f2ae9dca22f86b6)

Author SHA1 Message Date
Henry Finucane 36632c9529 Ensure ansible_job_id exists even for not-started jobs 11 years ago
Cristian Ciupitu b6261d05b0 Fix typo: & -> and
`and` is the boolean operator for AND in [Python][1].
`&` is the bitwise operator for AND in [Python][2].

[1]: https://docs.python.org/2/reference/expressions.html#boolean-operations
[2]: https://docs.python.org/2/reference/expressions.html#binary-bitwise-operations
11 years ago
James Cammarata d4cedfc7f1 Fix missing variable initialization for async jid
Fixes #8491
12 years ago
James Cammarata e2d86e4f43 Splitting SETUP_CACHE into two caches, one for host vars and one for setup facts 12 years ago
James Cammarata e09313120c Make async jid's unique per host
The jid will now also contain the PID of the async_wrapper process,
and can each unique jid from each host is tracked rather than just
relying on one global jid per task.

Fixes #5582
12 years ago
Michael DeHaan 10350d1639 Update various copyrights. Not complete, but sufficient. 12 years ago
James Cammarata 9124ebb4f1 Clear out complex_args before running async_status
When using complex args with an async task, the subsequent runs of
async_status would inherit them, causing a module error (invalid params).

Fixes #3150
12 years ago
Chris Church 6ba4331161 Correctly check for failed status from an async task. Use runner_on_async_failed callback (instead of runner_on_failed) when an async task times out. Add runner_on_async_ok callback when a task is started in fire and forget mode. 13 years ago
Matt Coddington c164609dd6 typo fix 13 years ago
Michael DeHaan c8878998d1 update some of many copyright dates but we can just do this when editing each file, not super high priority 13 years ago
Daniel Hokka Zakrisson 637370089a Skip polling when all hosts were skipped
Fixes #1823.
13 years ago
Jeroen Hoekx 6c92d2fa88 Import ansible errors in Poller. 14 years ago
Michael DeHaan cf9ddf3a30 Reorganizing file structure. Not done. 14 years ago