You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
__init__.py added missing init.py for utilities modules 10 years ago
assert.py Proper author info for all remaining modules 10 years ago
async_status.py Python 3 fixes for async_wrapper and async_status. (#4671) 8 years ago
async_wrapper.py Don't change to root dir in async_wrapper (#4779) 8 years ago
debug.py documented new verbosity option 9 years ago
fail.py Proper author info for all remaining modules 10 years ago
include_role.py updated include_role docs 8 years ago
include_vars.py updated docs to reflect new feature 8 years ago
pause.py updated docs in pause to reflect 0 value behaviour 8 years ago
set_fact.py documenting behaviour as clear as possible 8 years ago
wait_for.py Fix wait_for on python < 2.6 (#3790) (#3973) 9 years ago