- 09 Dec, 2014 9 commits
-
-
Fixes #9758
Toshio Kuratomi committed -
Add missing connection and header
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Docfix: checking a background task
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Thomas Tourlourat committed
-
Minor changes to wording on how to check a background task with async_status. Fixes #9740
Lorin Hochstein committed
-
- 08 Dec, 2014 8 commits
-
-
Brian Coca committed
-
Docfix: running background tasks without polling
Michael DeHaan committed -
typofixes - https://github.com/vlajos/misspell_fixer
Michael DeHaan committed -
Disable automatic running of test_delegate_to with an explanation of what it would take to set this up in our automated test systems
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 07 Dec, 2014 1 commit
-
-
Fix the example in the doc to explicitly set the poll interval to zero so the job doesn't poll. To run a background task without polling, you need to set the poll interval to zero. However, Ansible's default poll setting is 15 seconds, so not specifying the poll interval will cause a background job to poll.
Lorin Hochstein committed
-
- 05 Dec, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 04 Dec, 2014 9 commits
-
-
Have known_hosts function use the url parameter instead of getting a specific attribute out of the module dict. This makes the function useful in more places
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
fixed integration test as with_items
Toshio Kuratomi committed -
empty
Brian Coca committed -
Listify revert errorhandling
Brian Coca committed -
This 'mostly' reverts commit 2769098f. Conflicts: lib/ansible/utils/__init__.py test/units/TestUtils.py
Brian Coca committed -
Brian Coca committed
- 03 Dec, 2014 12 commits
-
-
Toshio Kuratomi committed
-
Fixes #9704
Toshio Kuratomi committed -
Issue-9704 Better handling of missing python
Toshio Kuratomi committed -
When they python interpreter is set incorrectly for the machine the file is being checked for (e.g. for the local or the remote), the error manifests as a readability or directory missing error which can be very misleading.
James Keener committed -
Remove unused if/else clause, since it doesn't change anything
Brian Coca committed -
Fixes #9663
Toshio Kuratomi committed -
Fixes #9699
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Allow .gitkeep in the jsonfile fact cache dir
Brian Coca committed -
Devin Christensen committed
-