ansible/lib/ansible
Michael Warkentin 18a9282e0d Add host to polling message
The message for when an async task has finished has the hostname in it. This adds it to the polling message as well:

```
<job 390794962174.18311> finished on 107.6.24.140
<job 390794962174.31779> finished on 69.90.50.171
<job 390794962174.12328> polling on 69.90.50.172, 6840s remaining
```
2014-10-20 20:03:43 -04:00
..
cache Fix typo in redis cache change from 10afaee1 2014-09-10 09:06:40 -05:00
callback_plugins
inventory Fetch vars for host directly when calculating the delegated user 2014-10-10 01:18:18 -05:00
module_utils Merge pull request #9382 from gquintard/WIP/newdockerdetection 2014-10-20 11:20:34 -05:00
modules Move the v2 tests under the v2 tree 2014-10-15 18:08:28 -04:00
playbook Template play vars after reading them 2014-10-06 10:50:55 -05:00
runner Fixing item loop when undefined variable errors occur because of missing attributes 2014-10-10 12:26:04 -05:00
utils Catch template syntax errors specifically when templating strings 2014-10-20 13:11:20 -05:00
__init__.py
callbacks.py Add host to polling message 2014-10-20 20:03:43 -04:00
color.py
constants.py changes for package loading of modules 2014-09-26 11:25:56 -04:00
errors.py
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00