ansible/utilities/logic
Monty Taylor 6ba5dc3188 Don't change to root dir in async_wrapper (#4779)
The daemonizing code here is taken from an ActiveState recipe, which
includes changing to / as a general best practice. While that is
normally true to allow for deleting the directory that the daemon
process started in, in this case it is not relevant as this is not
intended to be an actual long-running daemon.

Issue ansible/ansible#17466
2016-09-12 12:31:40 -04:00
..
__init__.py added missing init.py for utilities modules 2014-11-05 15:49:39 -05:00
assert.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
async_status.py Python 3 fixes for async_wrapper and async_status. (#4671) 2016-09-02 18:35:14 -07:00
async_wrapper.py Don't change to root dir in async_wrapper (#4779) 2016-09-12 12:31:40 -04:00
debug.py documented new verbosity option 2016-02-18 07:01:53 -08:00
fail.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
include_role.py updated include_role docs 2016-09-06 14:05:43 -04:00
include_vars.py updated docs to reflect new feature 2016-07-24 21:32:44 -04:00
pause.py updated docs in pause to reflect 0 value behaviour 2016-06-27 09:36:10 -04:00
set_fact.py documenting behaviour as clear as possible 2016-07-15 09:49:47 -04:00
wait_for.py Fix wait_for on python < 2.6 (#3790) (#3973) 2016-06-17 10:04:26 -04:00