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
Michael Scherer 6dd2bc2bff Make async work on python 3 (#4583)
Since dict no longer have a iteritems method, we have to
use six to support python 2 and 3.
9 years ago
..
__init__.py added missing init.py for utilities modules 11 years ago
assert.py Proper author info for all remaining modules 11 years ago
async_status.py Make async work on python 3 (#4583) 9 years ago
async_wrapper.py Shows messages for uncaught exceptions from called modules in async_wrapper output. (#4591) 9 years ago
debug.py documented new verbosity option 10 years ago
fail.py Proper author info for all remaining modules 11 years ago
include_role.py added docs for vars_from/defaults_from 9 years ago
include_vars.py updated docs to reflect new feature 10 years ago
pause.py updated docs in pause to reflect 0 value behaviour 10 years ago
set_fact.py documenting behaviour as clear as possible 10 years ago
wait_for.py Fix wait_for on python < 2.6 (#3790) (#3973) 10 years ago